Skip to content

Commit

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

chore(release): 1.0.1
  • Loading branch information
prokopsimek authored Nov 15, 2023
2 parents dff5ae9 + 5ac92da commit be1a59d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <!-- {x-release-please-version} -->
# GH Action Auto Release v1.0.1 <!-- {x-release-please-version} -->

**Time to implement: 10 minutes.**

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/[email protected].0
- uses: dxheroes/[email protected].1
with:
release-type: node
package-name: prs-test-js-lib # replace with your package name
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/[email protected].0
- uses: dxheroes/[email protected].1
with:
release-type: php
package-name: prs-test-php-lib
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/[email protected].0
- uses: dxheroes/[email protected].1
with:
release-type: ruby
package-name: prs-test-ruby-lib
Expand Down

0 comments on commit be1a59d

Please sign in to comment.