mirror of
https://github.com/jimeh/dotkatapult.git
synced 2026-02-19 03:06:39 +00:00
Merge pull request #3 from jimeh/release-please--branches--main
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.1.1"
|
".": "0.1.2"
|
||||||
}
|
}
|
||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.1.2](https://github.com/jimeh/dotkatapult/compare/v0.1.1...v0.1.2) (2022-11-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **helm:** add kubernetes helm chart ([51acb32](https://github.com/jimeh/dotkatapult/commit/51acb32c8aa37d6fa4c6ca09cd5e1ae555c82930))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **build:** ensure release-please updates chart version ([7171838](https://github.com/jimeh/dotkatapult/commit/71718384fe29f8096d5becaa232e8b138032a2f5))
|
||||||
|
|
||||||
## [0.1.1](https://github.com/jimeh/dotkatapult/compare/v0.1.0...v0.1.1) (2022-11-14)
|
## [0.1.1](https://github.com/jimeh/dotkatapult/compare/v0.1.0...v0.1.1) (2022-11-14)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.1 # x-release-please-version
|
version: 0.1.2 # x-release-please-version
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 0.1.1 # x-release-please-version
|
appVersion: 0.1.2 # x-release-please-version
|
||||||
|
|||||||
Reference in New Issue
Block a user