Skip to content

Commit

Permalink
RFC: version GA to run on merged PRs only (#7)
Browse files Browse the repository at this point in the history
* fix: version GA to run on merged PRs

* Update CHANGELOG.md

Co-authored-by: martín <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: martín <[email protected]>
  • Loading branch information
JDSanto and MartinCura authored Apr 5, 2023
1 parent 1e838f5 commit baddf8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.21
current_version = 1.4.22
commit = False
tag = False

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
bump_version:
if: github.event.pull_request.merged == true
runs-on: [self-hosted]
container:
image: python:3.10
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.22] - 2023-04-05

### Fixed

- Release CI workflow now runs only on merged pull requests.

## [1.4.21] - 2023-04-05

### Feature
Expand All @@ -16,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Upgrade `mypy` to 1.1.1,
- Use poetry 1.3.2.
-

## [1.4.20] - 2023-04-05

Expand Down

0 comments on commit baddf8a

Please sign in to comment.