diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7eac9fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 0.1.0 (2023-09-21) + + +### Features + +* add ruby & php ([0c6f9a7](https://github.com/DXHeroes/gh-action-auto-release/commit/0c6f9a77919a5873ea45ebb8ae552082e334697d)) +* update with npm secret ([41f651a](https://github.com/DXHeroes/gh-action-auto-release/commit/41f651aacc330eaa0c0947537ed11452dd59b6ad)) + + +### Bug Fixes + +* add vars to validation action ([f9b2162](https://github.com/DXHeroes/gh-action-auto-release/commit/f9b21626ec65174df72099fd22ced32e8e56c86e)) +* core import ([b023813](https://github.com/DXHeroes/gh-action-auto-release/commit/b02381360ce7e460d717c02ed07a915c5081885b)) +* input to inputs ([eb7ab96](https://github.com/DXHeroes/gh-action-auto-release/commit/eb7ab96e40a3d76e4f8a10895b5fc6d9f927f574)) +* inputs as var ([8c6f478](https://github.com/DXHeroes/gh-action-auto-release/commit/8c6f4784fc16b1ada15ff3670412c28c97e167d0)) +* rebuild ([fd51b61](https://github.com/DXHeroes/gh-action-auto-release/commit/fd51b614057f9bce71a776e1e534bbfb2163c3a8)) +* release type validation ([8575032](https://github.com/DXHeroes/gh-action-auto-release/commit/8575032db4c5b30d20f82843204f7c4553e21ae5)) +* remove test release type as it's not valid for release-please ([96409d7](https://github.com/DXHeroes/gh-action-auto-release/commit/96409d72ff4d8d45e2337dd531b5525b643158a6)) +* wkin directory for gh action ([2239bbe](https://github.com/DXHeroes/gh-action-auto-release/commit/2239bbe35a5962c727124c0cf8b8790edd0e721f)) + + +### Miscellaneous Chores + +* release 0.1.0 ([2b44a8f](https://github.com/DXHeroes/gh-action-auto-release/commit/2b44a8fd1e4a1245f3c1e06a00a3ca24969b5c99)) diff --git a/README.md b/README.md index 312e57b..46bc061 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GH Action Auto Release v0.0.1 +# GH Action Auto Release v0.1.0 # Hello world javascript action diff --git a/package.json b/package.json index 4e6f388..87ba84f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-auto-release", - "version": "0.0.1", + "version": "0.1.0", "main": "index.js", "repository": "git@github.com:DXHeroes/gh-action-auto-release.git", "author": "Prokop Simek ",