Skip to content

Commit

Permalink
chore: Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent b26af01 commit 4f329ed
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.2"
".": "1.3.3"
}
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.3](https://github.com/NiverEngineering/is-release-commit-action/compare/v1.3.2...v1.3.3) (2024-11-04)


### 🐛 Bug Fixes

* Trim output for latest commit sha ([b26af01](https://github.com/NiverEngineering/is-release-commit-action/commit/b26af0186b10899e726ea4f0afefe44446fcbda7))

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


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.2
- uses: NiverEngineering/is-release-commit-action@v1.3.3
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.2",
"version": "1.3.3",
"main": "dist/action.js",
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit 4f329ed

Please sign in to comment.