File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = False
4- current_version = 0.1 .0
4+ current_version = 1.0 .0
55
66[bumpversion:file:pyproject.toml]
77search = version = " {current_version}"
@@ -10,7 +10,7 @@ replace = version = "{new_version}"
1010[bumpversion:file(title):CHANGELOG.md]
1111search = {# }{#} [Unreleased]
1212replace = {# }{#} [Unreleased]
13-
13+
1414 {# }{#} [{new_version}] - {now:%Y-%m-%d}
1515
1616[bumpversion:file:galaxy.yml]
Original file line number Diff line number Diff line change @@ -6,15 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77
88## [ Unreleased]
9- ### Fixed
10- - use FQCN for builtin action.
119
12- ### Removed
13- - molecule list step.
14-
15- ## [ 0.1.0] - 2022-02-11
10+ ## [ 1.0.0] - 2023-02-05
1611### Added
1712- First release.
1813
19- [ Unreleased ] : https://github.com/fedejaure/dev-setup/compare/v0.1 .0...HEAD
20- [ 0. 1.0] : https://github.com/fedejaure/dev-setup/compare/releases/tag/v0.1 .0
14+ [ Unreleased ] : https://github.com/fedejaure/dev-setup/compare/v1.0 .0...HEAD
15+ [ 1.0.0 ] : https://github.com/fedejaure/dev-setup/compare/releases/tag/v1.0 .0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: fedejaure
88name : dev_setup
99
1010# The version of the collection. Must be compatible with semantic versioning
11- version : 0.1 .0
11+ version : 1.0 .0
1212
1313# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414readme : README.md
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dev-setup"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44description = " My own Ansible collection for development setup."
55authors = [" Federico Jaureguialzo <fedejaure@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments