diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb13d8f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## (2023-10-10) + +* chore: add LICENSE ([5a11117](https://github.com/sergerdn/py-bas-automation/commit/5a11117)) +* chore(dev-ops): add github actions (#5) ([8d9a813](https://github.com/sergerdn/py-bas-automation/commit/8d9a813)), closes [#5](https://github.com/sergerdn/py-bas-automation/issues/5) +* chore(docs): add CHANGELOG.md ([a808a6b](https://github.com/sergerdn/py-bas-automation/commit/a808a6b)) +* chore(docs): add PROMO.md ([fafdfae](https://github.com/sergerdn/py-bas-automation/commit/fafdfae)) +* chore(docs): update README.md ([fe9c50c](https://github.com/sergerdn/py-bas-automation/commit/fe9c50c)) +* chore(github-actions): improve GitHub actions (#6) ([d2ce67a](https://github.com/sergerdn/py-bas-automation/commit/d2ce67a)), closes [#6](https://github.com/sergerdn/py-bas-automation/issues/6) +* feat: initial public release ([e7e479d](https://github.com/sergerdn/py-bas-automation/commit/e7e479d)) +* feat(release): 0.1.0 ([0416a5c](https://github.com/sergerdn/py-bas-automation/commit/0416a5c)) +* feat(release): 0.1.1 ([0096d26](https://github.com/sergerdn/py-bas-automation/commit/0096d26)) +* first commit ([12ae24b](https://github.com/sergerdn/py-bas-automation/commit/12ae24b)) + + + diff --git a/Makefile b/Makefile index 831294e..5e111c2 100644 --- a/Makefile +++ b/Makefile @@ -78,3 +78,8 @@ publish: else @echo "Publishing is only allowed from the 'master' branch." endif + +changelog: + # npm install -g conventional-changelog-cli + # angular, atom, codemirror, conventionalcommits, ember, eslint, express, jquery or jshint + conventional-changelog -i CHANGELOG.md -s \ No newline at end of file