Developer want to improve version and changelog workflow #81
Labels
documentation
Improvements or additions to documentation
github_actions
Pull requests that update GitHub Actions code
Milestone
When a pull request is merged to develop, version will be increased and changelog will be updated.
Problem on this: Each PR will in crease version and changelog of one version only contains one PR.
Simply looks and feels wrong.
This has to be done on master, but on master the version increase won't work out of the box, because the workflow atm isn't able to fetch all PRs labels.
To fix that, it might be a solution to simply keep the version updated/bumped, when a PR is merged into develop, but it won't update the changelog nor create a tag.
When merging in master, create always a tag and a new changelog.
This will be done, when actionsbot checks comments for
Create a tag
.A new release will be created, when develop was merged into master. For this release stuff a new workflow has to be created:
Create release
mods\noita-mp
contentThe text was updated successfully, but these errors were encountered: