Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(master): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and martasd committed Jun 27, 2022
1 parent fca85d4 commit dd4ab9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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 @@
{
".": "0.1.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.2](https://github.com/indykite/metadata-publisher/compare/v0.1.1...v0.1.2) (2022-06-27)


### Miscellaneous Chores

* **deps:** update commitlint action to v5 ([a0d57e0](https://github.com/indykite/metadata-publisher/commit/a0d57e033110eb287b67e0d6c47e5589fbcdf19d))

### [0.1.1](https://github.com/indykite/metadata-publisher/compare/v0.1.0...v0.1.1) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:

runs:
using: docker
image: ghcr.io/indykite/metadata-publisher:v0.1.1 # x-release-please-version
image: ghcr.io/indykite/metadata-publisher:v0.1.2 # x-release-please-version
args:
- ${{ inputs.env }}
- ${{ inputs.version }}
Expand Down

0 comments on commit dd4ab9b

Please sign in to comment.