1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-06 00:22:56 +03:00
Commit Graph

152 Commits

Author SHA1 Message Date
Radu Suciu
2b7a1efaaf
chore(pypi): publish git-cliff on PyPI (#158)
* chore(pypi): First shot at PyPi publishing

* docs(pypi): Draft docs for install from PyPI

* fix(pypi): fix spellig mistake and add missing dependency

* chore(pypi): rc1 for pypi publish workflow

* docs(pypi): add example for pip install command

Also tweaked verbiage a little

* fix(docs): remove extra backtick in command example

* fix(pypi): fix MATURIN_REPOSITORY definition

* chore(pypi): rc2 for pypi publish

fixes mistake in use of endsWith and startsWith expression syntax.

Thanks https://rhysd.github.io/actionlint/!

* chore(pypi): rc3 for pypi publish workflow

Changes:
- fixes an error with maturin build
- makes sure maturin commands are run in directory containing pyproject.toml
- manifest path is now specified in pyproject.toml
- sdist is now created as a part of the build command

* fix(pypi): specify cwd in action arg

* fix(pypi): fix various path issues

* chore(docker): ignore pypi directory

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-16 09:53:31 +02:00
Orhun Parmaksız
9fd1be6dc6
chore(mergify): rename mergify configuration file 2023-08-16 10:47:16 +03:00
Orhun Parmaksız
0a79aae357
chore(mergify): add configuration file for automatic merge (#245)
* ci(Mergify): configuration update

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* chore(mergify): move config to .github

---------

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2023-08-16 09:21:43 +02:00
Orhun Parmaksız
e9aa9918b6
style(config): apply formatting to configuration files 2023-08-14 00:43:41 +03:00
dependabot[bot]
7efc171a17
chore(deps): bump actions/upload-pages-artifact from 1 to 2
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 00:34:47 +03:00
Tiago Santos
0a6ed62f57 test: fix keep a changelog test case 2023-06-25 23:52:37 +01:00
Tiago Santos
f5d3365226 test: fix keep a changelog test case 2023-06-25 23:48:15 +01:00
Tiago Santos
fbb605e4f6 fix: fix previous release references 2023-06-25 23:12:20 +01:00
Orhun Parmaksız
a4725d4ce4
chore(github): add config for welcome bot 2023-05-12 02:12:29 +03:00
Marco Ieni
e323621094
ci: check without default features 2023-05-01 10:36:26 +02:00
Orhun Parmaksız
1f897e3d70
chore(cd): temporarily switch back to action-rs/toolchain 2023-04-28 15:20:02 +03:00
Orhun Parmaksız
e42f91013b
refactor(cd): remove unnecessary config update 2023-04-28 15:17:03 +03:00
bors[bot]
deb0528d11
chore(pull): merge #161
161: chore(deps): bump actions/configure-pages from 1 to 3 r=orhun a=dependabot[bot]

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 3.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 11:57:49 +00:00
dependabot[bot]
bad7c6c288
chore(deps): bump actions/configure-pages from 1 to 3
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 3.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 11:49:32 +00:00
dependabot[bot]
b1aeae263c
chore(deps): bump actions/deploy-pages from 1 to 2
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 11:49:28 +00:00
Orhun Parmaksız
fe5a4dd8f0
chore(github): integrate Dependabot 2023-04-28 14:49:00 +03:00
Orhun Parmaksız
1ab6f39c84
chore(github): integrate bors 2023-04-28 14:47:37 +03:00
Orhun Parmaksız
d3cb25bc99
chore(github): add contact links for issues 2023-04-28 14:35:52 +03:00
Orhun Parmaksız
84f20f906f
chore(cargo): update MSRV to 1.64.0 2023-04-28 14:27:35 +03:00
Orhun Parmaksız
0d4e689115
feat(config): add a custom configuration file for the repository 2023-04-27 00:39:55 +03:00
Orhun Parmaksız
54f735ab1a
docs(github): update the pull request template about GitHub labels 2023-04-27 00:06:24 +03:00
Orhun Parmaksız
2d721259ca
refactor(ci): test the website deployment with a different job 2023-04-15 20:32:18 +03:00
Orhun Parmaksız
6f8a2f96da
test(deploy): test the website deployment for pull requests 2023-04-09 18:49:51 +03:00
Orhun Parmaksız
020b02d3e3
fix(deploy): set the node cache dependency path 2023-04-09 18:29:11 +03:00
Orhun Parmaksız
f550458414
chore(website): add workflow file for deploying the website 2023-04-09 18:25:29 +03:00
Orhun Parmaksız
5644d10365
chore(website): move website to website folder
This reverts commit b6e52e128e.
2023-04-09 18:16:31 +03:00
Orhun Parmaksız
b6e52e128e
chore(website): move website to docs for GitHub pages deployment 2023-04-09 18:13:52 +03:00
Orhun Parmaksız
56d3544454
docs(website): move documentation to the website (#153)
https://git-cliff.org
2023-04-09 17:08:59 +02:00
Orhun Parmaksız
d54f72aff4
chore(ci): switch to dtolnay/rust-toolchain action 2023-04-07 21:34:14 +03: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
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
0c84ed8eea
chore(docker): bump build-push-action to v4 2023-04-04 20:18:34 +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
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
Orhun Parmaksız
24c8e3e4cf
chore(cd): parallelize releasing on crates.io 2023-01-09 19:23:58 +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
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
03cf3a7028
refactor(cd): use the git-cliff-action output for GitHub release body 2023-01-07 20:01:24 +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
1b3cba8dca
chore(cd): bump git-cliff-action to v2 2022-12-25 23:14:05 +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
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