Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: replease[bot] <132441688+replease[bot]@users.noreply.github.com>
  • Loading branch information
replease[bot] authored Apr 17, 2024
1 parent 3c4d70a commit 483fcd1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.0.1 (2024-04-17)


### Features

* initial commit ([ac91f54](https://github.com/krystal/cert-manager-webhook-katapult/commit/ac91f54c532bc8b8e0b741c17e1fbe309f24adb5))


### Miscellaneous Chores

* **build:** add github workflow ([8e3c1af](https://github.com/krystal/cert-manager-webhook-katapult/commit/8e3c1afbaee26d2526595676477ab13052e6ac8d))
* **build:** set the initial release 0.0.1 ([3c4d70a](https://github.com/krystal/cert-manager-webhook-katapult/commit/3c4d70ae7e002321019772dc5b563623471d6011))
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.0" # x-release-please-version
version: "0.0.1" # x-release-please-version

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.0" # x-release-please-version
appVersion: "0.0.1" # x-release-please-version

dependencies: []

0 comments on commit 483fcd1

Please sign in to comment.