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

12 Commits

Author SHA1 Message Date
Orhun Parmaksız
c8289ac907
chore(release): prepare for v1.2.0 2023-04-28 16:16:55 +03:00
Orhun Parmaksız
37159059b0
chore(release): prepare for v1.1.2 2023-01-20 15:31:43 +03:00
Orhun Parmaksız
2937f778ea
chore(release): prepare for v1.1.1 2023-01-09 21:08:30 +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
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
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