Skip to content

Commit

Permalink
chore: Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
1 parent f7a71bd commit b84865a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.1"
".": "1.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.2](https://github.com/NiverEngineering/is-release-commit-action/compare/v1.3.1...v1.3.2) (2024-10-08)


### 🐛 Bug Fixes

* Fix not correctly determined release commit ([f7a71bd](https://github.com/NiverEngineering/is-release-commit-action/commit/f7a71bdfca3a30eefa18ff6745d84057921375f2))

## [1.3.1](https://github.com/NiverEngineering/is-release-commit-action/compare/v1.3.0...v1.3.1) (2024-10-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The short SHA of the current commit, i.e. `"d09e6f6"`
<!-- x-release-please-start-version -->

```yaml
- uses: NiverEngineering/is-release-commit-action@v1.3.1
- uses: NiverEngineering/is-release-commit-action@v1.3.2
id: is-release-commit
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-release-commit-action",
"version": "1.3.1",
"version": "1.3.2",
"main": "dist/action.js",
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit b84865a

Please sign in to comment.