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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and martasd committed Jul 1, 2022
1 parent de2ce02 commit ea9ba7c
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4"
".": "0.1.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.1.5](https://github.com/indykite/metadata-publisher/compare/v0.1.4...v0.1.5) (2022-07-01)


### Bug Fixes

* remove clickup id field from analytics ([8b81c34](https://github.com/indykite/metadata-publisher/commit/8b81c34a2914eae9a272eb745e48afa9b42d61e4))
* update `README` ([de2ce02](https://github.com/indykite/metadata-publisher/commit/de2ce02ba05b40ce4bc8d471bab3470581baddef))

### [0.1.4](https://github.com/indykite/metadata-publisher/compare/v0.1.3...v0.1.4) (2022-06-28)


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: docker://ghcr.io/indykite/metadata-publisher:v0.1.4 # x-release-please-version
image: docker://ghcr.io/indykite/metadata-publisher:v0.1.5 # x-release-please-version
args:
- ${{ inputs.env }}
- ${{ inputs.version }}
Expand Down

0 comments on commit ea9ba7c

Please sign in to comment.