Skip to content

Commit

Permalink
chore(docs): add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerdn committed Oct 10, 2023
1 parent d2ce67a commit a808a6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## (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 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))
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ publish:
else
@echo "Publishing is only allowed from the 'master' branch."
endif

changelog:
# npm install -g conventional-changelog-cli
conventional-changelog -i CHANGELOG.md -s

0 comments on commit a808a6b

Please sign in to comment.