Skip to content

Commit

Permalink
Merge pull request #2 from DXHeroes/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--prs-test-js-lib

chore(main): release 0.1.0
  • Loading branch information
prokopsimek authored Sep 21, 2023
2 parents 2239bbe + 9fb1790 commit 37afda6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GH Action Auto Release v0.0.1 <!-- {x-release-please-version} -->
# GH Action Auto Release v0.1.0 <!-- {x-release-please-version} -->

# Hello world javascript action

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-action-auto-release",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:DXHeroes/gh-action-auto-release.git",
"author": "Prokop Simek <[email protected]>",
Expand Down

0 comments on commit 37afda6

Please sign in to comment.