Skip to content

Commit

Permalink
Merge pull request #16 from DXHeroes/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(release): 1.0.2
  • Loading branch information
prokopsimek authored Nov 15, 2023
2 parents c9ac9df + 57d1f2e commit 919814b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/DXHeroes/gh-action-auto-release/compare/v1.0.1...v1.0.2) (2023-11-15)


### Miscellaneous Chores

* release 1.0.2 ([c9ac9df](https://github.com/DXHeroes/gh-action-auto-release/commit/c9ac9dfe5e862c46136f15ca9a4d013bca6b9f44))

## [1.0.1](https://github.com/DXHeroes/gh-action-auto-release/compare/v1.0.0...v1.0.1) (2023-11-15)


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.1 <!-- {x-release-please-version} -->
# GH Action Auto Release v1.0.2 <!-- {x-release-please-version} -->

**Time to implement: 10 minutes.**

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/gh-action-auto-release@v1.0.1
- uses: dxheroes/gh-action-auto-release@v1.0.2
with:
release-type: node
package-name: prs-test-js-lib # replace with your package name
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/gh-action-auto-release@v1.0.1
- uses: dxheroes/gh-action-auto-release@v1.0.2
with:
release-type: php
package-name: prs-test-php-lib
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/gh-action-auto-release@v1.0.1
- uses: dxheroes/gh-action-auto-release@v1.0.2
with:
release-type: ruby
package-name: prs-test-ruby-lib
Expand Down

0 comments on commit 919814b

Please sign in to comment.