diff --git a/CHANGELOG.md b/CHANGELOG.md index 637f760..03e25f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.1](https://github.com/DXHeroes/gh-action-auto-release/compare/v1.0.0...v1.0.1) (2023-11-15) + + +### Bug Fixes + +* gh action context for validation script ([dff5ae9](https://github.com/DXHeroes/gh-action-auto-release/commit/dff5ae9ebaf8705ee97ccff29e8af2330b67ffb5)) +* release example lib with same version as gh action ([5cd9a0c](https://github.com/DXHeroes/gh-action-auto-release/commit/5cd9a0c3c029bb4a9b666e7f18709227b92e9cea)) + + +### Reverts + +* json version replacement ([ffed8e4](https://github.com/DXHeroes/gh-action-auto-release/commit/ffed8e4fc131a39129095c4b421d799a118cfaf1)) + ## [1.0.0](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.9...v1.0.0) (2023-09-21) diff --git a/README.md b/README.md index 268efcc..a3b1ef5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![GitHub release (with filter)](https://img.shields.io/github/v/release/dxheroes/gh-action-auto-release?include_prereleases&sort=semver&label=version) -# GH Action Auto Release v1.0.0 +# GH Action Auto Release v1.0.1 **Time to implement: 10 minutes.** @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dxheroes/gh-action-auto-release@v1.0.0 + - uses: dxheroes/gh-action-auto-release@v1.0.1 with: release-type: node package-name: prs-test-js-lib # replace with your package name @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dxheroes/gh-action-auto-release@v1.0.0 + - uses: dxheroes/gh-action-auto-release@v1.0.1 with: release-type: php package-name: prs-test-php-lib @@ -151,7 +151,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dxheroes/gh-action-auto-release@v1.0.0 + - uses: dxheroes/gh-action-auto-release@v1.0.1 with: release-type: ruby package-name: prs-test-ruby-lib