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

3 Commits

Author SHA1 Message Date
Orhun Parmaksız
cd563444de
docs(license): re-license under the MIT + Apache 2.0 license (#303)
* docs(license): re-license under the MIT + Apache 2.0 license

* chore(rpm): install MIT license for RPM package

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-09-30 15:48:24 +02: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
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