1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-26 02:04:15 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Orhun Parmaksız
05611245d9
docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
Orhun Parmaksız
51f5e5b16f
chore(img): add git-cliff logo 2023-10-29 00:08:00 +02:00
Orhun Parmaksız
32cbea8e48
chore(ci): update the link checker configuration (#315)
* chore(lychee): update link checker configuration

* refactor(ci): provide GitHub token

* refactor(ci): set a custom GitHub token

* fix(ci): set concurrency for checking links

* chore(ci): ignore more sites for lychee

* chore(ci): update lychee ignore list

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-14 18:22:29 +02:00
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
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
c0f97bd0b7
fix(docker): remove target directory from .dockerignore 2023-04-03 23:34:09 +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
5dd1a15a6c
chore(docker): add Jekyll configuration to .dockerignore 2022-12-26 20:03:49 +03:00
orhun
02d0a3dd3c
chore(docker): add Dockerfile 2021-06-11 21:41:03 +03:00