build: bump version 0.1.1 -> 0.1.2-a1

!7
This commit is contained in:
2024-02-21 12:55:00 +00:00
parent ac9914ae16
commit f3dbdfe562
3 changed files with 8 additions and 2 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1 prerelease_offset: 1
tag_format: $version tag_format: $version
update_changelog_on_bump: false update_changelog_on_bump: false
version: 0.1.1 version: 0.1.2-a1
version_scheme: semver version_scheme: semver

View File

@ -2,6 +2,12 @@
### Fix ### Fix
- **build**: ensure the correct tags and architectures are published
## 0.1.1 (2024-02-21)
### Fix
- **ci**: use correct collection name - **ci**: use correct collection name
## 0.1.0 (2024-02-21) ## 0.1.0 (2024-02-21)

View File

@ -8,7 +8,7 @@ namespace: nofusscomputing
name: phpipam_scan_agent name: phpipam_scan_agent
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 0.1.1 version: 0.1.2-a1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md