2
0
mirror of https://github.com/nofusscomputing/kubernetes-manifest-tools.git synced 2025-08-13 00:27:27 +00:00

build: bump version v0.0.1 -> 0.1.0-b1

This commit is contained in:
2025-06-18 14:16:36 +00:00
parent a85f3f02eb
commit 0c4f065624
2 changed files with 13 additions and 1 deletions

View File

@ -17,5 +17,5 @@ commitizen:
prerelease_offset: 1
tag_format: v$version
update_changelog_on_bump: false
version: v0.0.1
version: 0.1.0-b1
version_scheme: semver

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
## 0.1.0-b1 (2025-06-18)
### feat
- Add github action.yaml
- Add dockerfile and deps
### Fixes
- remove typo in image repo
## v0.0.1 (2025-06-18)