Orhun Parmaksız
|
d54f72aff4
|
chore(ci): switch to dtolnay/rust-toolchain action
|
2023-04-07 21:34:14 +03:00 |
|
Marco Ieni
|
f781e299ca
|
docs(readme): add release-plz to related projects (#151)
https://github.com/MarcoIeni/release-plz
|
2023-04-07 03:33:34 +02:00 |
|
Orhun Parmaksız
|
c02538f85c
|
chore(docker): bump the action versions in docker workflow
|
2023-04-06 22:34:25 +03:00 |
|
Orhun Parmaksız
|
c261fad137
|
docs(github): update pull request template
|
2023-04-04 23:03:29 +03:00 |
|
Orhun Parmaksız
|
6a076cabeb
|
docs(github): update issue templates
|
2023-04-04 23:01:51 +03:00 |
|
Orhun Parmaksız
|
a4290c7be8
|
style(readme): apply formatting
|
2023-04-04 22:56:49 +03:00 |
|
Orhun Parmaksız
|
db43437151
|
docs(examples): move examples to separate file
|
2023-04-04 22:54:12 +03:00 |
|
Orhun Parmaksız
|
6e35834236
|
docs(github): update funding options
|
2023-04-04 22:47:36 +03:00 |
|
Orhun Parmaksız
|
07e7938b6e
|
chore(ci): update runner images
|
2023-04-04 22:42:06 +03:00 |
|
Orhun Parmaksız
|
823d272a9e
|
docs(github): add security policy
|
2023-04-04 22:38:28 +03:00 |
|
Orhun Parmaksız
|
0c84ed8eea
|
chore(docker): bump build-push-action to v4
|
2023-04-04 20:18:34 +03:00 |
|
Orhun Parmaksız
|
a824f48f12
|
docs(contributing): update MSRV
|
2023-04-04 17:28:46 +03:00 |
|
Orhun Parmaksız
|
c0f97bd0b7
|
fix(docker): remove target directory from .dockerignore
|
2023-04-03 23:34:09 +03:00 |
|
Orhun Parmaksız
|
2ef259e8cc
|
feat(docker): generate SBOM/provenance for the Docker image
|
2023-04-03 23:08:16 +03:00 |
|
Orhun Parmaksız
|
ed389b70e2
|
refactor(test): handle errors for changelog module tests
|
2023-04-02 23:50:38 +03:00 |
|
Orhun Parmaksız
|
2ab2c8fb5e
|
refactor(lib)!: move changelog module to git-cliff-core
This will reduce the number of pulled dependencies if you want to
use git-cliff as a library in your Rust project.
|
2023-04-02 21:46:45 +03:00 |
|
Orhun Parmaksız
|
7767ace8f8
|
feat(parser): support using regex group values (#145)
|
2023-04-02 21:17:32 +03:00 |
|
Radu Suciu
|
fe5e5b841a
|
feat(config): support placing configuration inside pyproject.toml (#147)
|
2023-03-31 21:49:47 +02:00 |
|
Orhun Parmaksız
|
104aac93b4
|
feat(commit): make the fields of Signature public
|
2023-03-30 15:01:44 +03:00 |
|
Lygon Bowen-West
|
0e710c256b
|
feat(args): update clap and clap extras to v4 (#137)
* feat(args): update clap to v4
* test(args): ensure cli opts are valid
* chore(deps): update clap dependencies
---------
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
|
2023-02-08 16:53:57 +01:00 |
|
Orhun Parmaksız
|
38943e8bac
|
docs(readme): fix typos in README.md
|
2023-01-25 19:42:34 +03:00 |
|
Orhun Parmaksız
|
98c9e00aef
|
fix(ci): use MUSL build of cargo-tarpaulin
|
2023-01-25 18:14:02 +03:00 |
|
Orhun Parmaksız
|
3019eff869
|
fix(ci): update cargo-tarpaulin installation command for CI
|
2023-01-25 17:51:53 +03:00 |
|
Jan Katins
|
6f1459bcc0
|
docs(readme): remove unneeded word in README.md (#141)
|
2023-01-25 15:26:01 +01:00 |
|
Orhun Parmaksız
|
d057390b14
|
docs(readme): add link to the Console #141 interview about git-cliff
https://console.substack.com/p/console-141
|
2023-01-22 21:28:16 +03:00 |
|
Sayafdine Said
|
06f6732b77
|
fix(config): set max of limit_commits to the number of commits (#140)
|
2023-01-22 17:03:05 +01:00 |
|
Orhun Parmaksız
|
37159059b0
|
chore(release): prepare for v1.1.2
|
2023-01-20 15:31:43 +03:00 |
|
Orhun Parmaksız
|
353ca62260
|
chore(docker): update versions in Dockerfile
|
2023-01-20 15:19:37 +03:00 |
|
Orhun Parmaksız
|
ce034c61a4
|
chore(deps): upgrade core dependencies
|
2023-01-20 15:16:19 +03:00 |
|
Orhun Parmaksız
|
31dac3410c
|
chore(cargo): add metadata for cargo-binstall
https://github.com/cargo-bins/cargo-binstall
|
2023-01-20 15:04:33 +03:00 |
|
Orhun Parmaksız
|
accfb0fcdd
|
revert(git): use timestamp for deriving the tag order (#139)
This reverts commit 4df5656c12 .
|
2023-01-20 15:01:48 +03:00 |
|
Orhun Parmaksız
|
4df5656c12
|
fix(git): derive the tag order from commits instead of timestamp (#139)
|
2023-01-20 14:24:39 +03:00 |
|
Orhun Parmaksız
|
08ea900de0
|
fix(changelog): allow saving context to a file (#138)
|
2023-01-19 00:38:53 +03:00 |
|
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 |
|