Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add git parsing to Rakefile to determine future_version #259

Closed
rwaffen opened this issue Jan 10, 2024 · 1 comment
Closed

add git parsing to Rakefile to determine future_version #259

rwaffen opened this issue Jan 10, 2024 · 1 comment
Assignees

Comments

@rwaffen
Copy link
Member

rwaffen commented Jan 10, 2024

do as we do it in pdc and add git parsing to determine future_version from the git release branch name.

release branch has to be named release-vx.y.z and vx.y.z will be parsed and added on thy fly in the rakefile

see
https://github.com/betadots/pdc/blob/30b4115698d5b175437043a1efc70fefbec22ce8/Rakefile#L15

update

hdm/RELEASE_howto.md

Lines 16 to 28 in 33e29bc

## Create Release PR
```shell
export CHANGELOG_GITHUB_TOKEN="github_TOKEN"
git switch -c release/X.Y.Z
```
edit `Rakefile`, search replace `future_release`
```text
config.future_release = 'X.Y.Z'
```

@rwaffen rwaffen self-assigned this Jan 10, 2024
@rwaffen
Copy link
Member Author

rwaffen commented Feb 23, 2024

done with #308

@rwaffen rwaffen closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant