1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-16 00:53:13 +03:00
Commit Graph

642 Commits

Author SHA1 Message Date
Orhun Parmaksız
336b25f3ae
style(fmt): update the derives in config module 2023-01-13 17:35:11 +03:00
Orhun Parmaksız
eee35ad1ee
fix(changelog): do not skip all tags when skip_tags is empty (#136)
This is a regression in 8b17a1f026
2023-01-13 17:27:16 +03:00
Orhun Parmaksız
2937f778ea
chore(release): prepare for v1.1.1 2023-01-09 21:08:30 +03:00
Orhun Parmaksız
e0177c25e1
docs(readme): update README.md about the NPM package 2023-01-09 21:06:02 +03:00
Orhun Parmaksız
317444eedf
chore(release): prepare for v1.1.1-rc.4 2023-01-09 19:57:04 +03:00
Orhun Parmaksız
bc0807fe93
fix(npm): fix the type casting in base NPM package 2023-01-09 19:56:09 +03:00
Orhun Parmaksız
56101f058c
chore(release): prepare for v1.1.1-rc.3 2023-01-09 19:28:28 +03:00
Orhun Parmaksız
f40a56588e
fix(npm): fix the variable declaration for NPM package OS 2023-01-09 19:28:02 +03:00
Orhun Parmaksız
24c8e3e4cf
chore(cd): parallelize releasing on crates.io 2023-01-09 19:23:58 +03:00
Orhun Parmaksız
7fb3c7cb81
chore(release): prepare for v1.1.1-rc.2 2023-01-09 19:09:17 +03:00
Orhun Parmaksız
ce1d468f0b
fix(npm): rename the NPM binary package for Windows
Apparently, NPM doesn't like numbers in package names and recognizes them as spam.
2023-01-09 19:05:57 +03:00
Orhun Parmaksız
e2e124ed4b
chore(cd): add README.md to the base NPM package 2023-01-09 18:46:31 +03:00
Orhun Parmaksız
abe68a2884
chore(npm): add more keywords to the base NPM package 2023-01-09 18:44:45 +03:00
Orhun Parmaksız
8d8a95f7ad
chore(release): prepare for v1.1.1-rc.1 2023-01-09 17:14:59 +03:00
Orhun Parmaksız
b7dd592653
chore(npm): package git-cliff for npm (#133)
* chore: scaffold a typescript node project

* feat: execute git cliff binary using nodejs

* fix: process doesnt return status code

* fix: optional dependencies are not added to git-cliff

* chore(npm): move NPM package to npm folder

* chore(docker): add NPM package to .dockerignore

* feat(cd): publish NPM package via continuous deployment workflow

* docs: add npm instructions to README

* chore(npm): update package keywords

* chore(cd): publish the NPM package publicly

* style(readme): update NPM section in README.md

Co-authored-by: Burak Güner <burak.guner@callstack.com>
Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
2023-01-09 15:12:22 +01:00
Orhun Parmaksız
5e0c038bf1
chore(release): prepare for v1.1.0 2023-01-08 22:58:32 +03:00
Orhun Parmaksız
09ab59f12e
chore(release): improve the release script with additional messages 2023-01-08 22:55:15 +03:00
Orhun Parmaksız
0350bfdee2
chore(config): update the description in the default config
- Removes the version indicator in the first line. It was added with
the thought of incrementing but it never happened.
- Adds a reference to the full documentation.
2023-01-08 22:46:05 +03:00
Orhun Parmaksız
5b2c9b6fa4
chore(deps): upgrade dependencies 2023-01-08 22:44:26 +03:00
Orhun Parmaksız
03cf3a7028
refactor(cd): use the git-cliff-action output for GitHub release body 2023-01-07 20:01:24 +03:00
Orhun Parmaksız
8b17a1f026
feat(git): support generating changelog for multiple git repositories (#13) 2023-01-07 19:17:54 +03:00
Orhun Parmaksız
ce1b7c3d7b
chore(cd): publish binaries for more platforms/architectures 2023-01-05 21:32:38 +03:00
Orhun Parmaksız
c74fcc294b
chore(deps): bump git-conventional dependency (#130) 2023-01-04 22:24:18 +03:00
Orhun Parmaksız
261ee4f146
docs(readme): update copyright years 2023-01-01 20:08:09 +03:00
Orhun Parmaksız
5dd1a15a6c
chore(docker): add Jekyll configuration to .dockerignore 2022-12-26 20:03:49 +03:00
Orhun Parmaksız
7922d2f7f1
Create CNAME 2022-12-26 17:24:46 +01:00
Orhun Parmaksız
81e5720376
chore(github): add Jekyll theme configuration for GitHub pages 2022-12-26 19:15:11 +03:00
Orhun Parmaksız
6e8c7edd3a
docs(readme): disable Liquid parsing in README.md by using raw blocks 2022-12-26 19:10:41 +03:00
Orhun Parmaksız
1b3cba8dca
chore(cd): bump git-cliff-action to v2 2022-12-25 23:14:05 +03:00
Orhun Parmaksız
797089001a
chore(release): prepare for v1.0.0 2022-12-25 21:10:13 +03:00
Orhun Parmaksız
acf2d52602
docs(readme): fix GitHub badges in README.md
See https://github.com/badges/shields/issues/8671
2022-12-25 21:04:57 +03:00
Orhun Parmaksız
efd827f59f
feat(cd): publish Debian package via release workflow (#113) 2022-12-22 22:31:20 +03:00
Orhun Parmaksız
47a7345167
style(readme): update README.md about the styling of footer field 2022-12-22 20:35:52 +03:00
Orhun Parmaksız
8f77caf86a
chore(config): comment out custom commit preprocessor (#112) 2022-12-22 18:17:53 +03:00
Orhun Parmaksız
9a070b248d
feat(cd): include completions and mangen in binary releases (#115) 2022-12-22 16:11:00 +03:00
Orhun Parmaksız
6c37611e16
chore(ci): update actions/checkout to v3 2022-12-22 15:56:03 +03:00
Orhun Parmaksız
5187f029ec
chore(cd): remove deprecated set-output usage 2022-12-22 15:53:13 +03:00
Orhun Parmaksız
e2cd07bcc9
feat(changelog)!: use current time for --tag argument (#107) 2022-12-19 23:29:55 +03:00
Orhun Parmaksız
29b3dd1598
fix(fixtures): fix test fixture failures 2022-12-16 21:08:31 +03:00
Orhun Parmaksız
7325be8404
feat(changelog): allow running with --prepend and --output (#120) 2022-12-16 20:59:32 +03:00
Orhun Parmaksız
53c1c50a1e
chore(fixtures): run all test fixtures 2022-12-16 20:48:02 +03:00
Orhun Parmaksız
77731ec7ae
feat(changelog, config)!: replace --date-order by --topo-order 2022-12-16 18:43:13 +01:00
Orhun Parmaksız
352e884877
refactor(clippy): apply clippy suggestions 2022-12-12 20:14:20 +03:00
Orhun Parmaksız
b4fa2483cb
chore(release): prepare for v0.10.0 2022-11-20 18:47:26 +03:00
Orhun Parmaksız
667f99ade5
chore(deps): upgrade core dependencies 2022-11-20 17:06:56 +03:00
Orhun Parmaksız
5f9b2d5d02
fix(docker): fix syntax error in Dockerfile 2022-11-20 16:26:22 +03:00
Orhun Parmaksız
02e2b8e58e
chore(docker): update versions in Dockerfile 2022-11-20 16:24:14 +03:00
Orhun Parmaksız
876b13b1de
fix(docker): use an alternative method to fetch registry 2022-11-20 16:18:52 +03:00
Orhun Parmaksız
f2def401ba
refactor(deps): utilize workspace dependencies
https://doc.rust-lang.org/stable/cargo/reference/workspaces.html#the-workspacedependencies-table
2022-11-19 22:07:59 +03:00
Orhun Parmaksız
a8fa7f9fb5
docs(readme): update badge URL for Docker builds 2022-11-19 21:53:29 +03:00