Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ddf5d5f7 authored by Dorian Turba's avatar Dorian Turba
Browse files

bump minor

parent 0314f4bc
No related branches found
No related tags found
No related merge requests found
Pipeline #33973 passed
......@@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[![Pipeline](https://lab.frogg.it/swepy/release-by-changelog/badges/trunk/pipeline.svg)](https://lab.frogg.it/swepy/release-by-changelog/-/pipelines?ref=trunk)
#### Changed
* Error handling
### Planned
#### Changed
......@@ -39,9 +35,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add a `--prefix` option to specify the prefix of the tag to create.
* Add a `--rollback` option to roll back the last release.
* Add a `--suffix` option to specify the suffix of the tag to create.
* Add a `--tag-only` option to create only the tag without creating the release.
* Add a `--version` option to specify the version to release.
## [0.2.0] - 2024-05-02
[![Pipeline](https://lab.frogg.it/swepy/release-by-changelog/badges/0.2.0/pipeline.svg)](https://lab.frogg.it/swepy/release-by-changelog/-/pipelines?ref=0.2.0)
### Changed
* Error handling
### Added
* Add a `--tag-only` option to create only the tag without creating the release.
## [0.1.0] - 2024-04-28
[![Pipeline](https://lab.frogg.it/swepy/release-by-changelog/badges/0.1.0/pipeline.svg)](https://lab.frogg.it/swepy/release-by-changelog/-/pipelines?ref=0.1.0)
......
......@@ -4,7 +4,7 @@ requires = ["hatchling"]
[project]
name = "release_by_changelog"
version = "0.1.0"
version = "0.2.0"
authors = [
{email = "releasebychangelog.rjsts@simplelogin.com", name = "Dorian Turba"},
]
......@@ -65,7 +65,7 @@ testpaths = [
allow-dirty = true
commit = false
config-file = "pyproject.toml"
current_version = "0.1.0"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment