-
Notifications
You must be signed in to change notification settings - Fork 4
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
[INFRA] Automate tag and files update #145
[INFRA] Automate tag and files update #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ if we automate the files update, we should update the release process documentation as well.
See also #146
11e70be
to
4f20f25
Compare
- with a step to unprotect the branch - with a step to generate new version with https://github.com/marketplace/actions/create-new-semantic-version - with a step to get the current version, update README.md and DESCRIPTION files with the release version - with a step to commit them - with a step to tag and push it - with a step to update DESCRIPTION file with the development version - with a step to commit it - with a step to protect the branch
4f20f25
to
f3305cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎊 PR Preview 07c7333 has been successfully built and deployed to https://process-analytics-bpmn-visualization-R-pr_preview-pr-145.surge.sh 🕐 Build time: 0.014s 🤖 By surge-preview |
Co-authored-by: Souchet Céline <[email protected]>
Add new workflow for the release:
release.yml
including the following steps (in order):Closes #47
Test
See this PR to see the tests with
patch
,minor
andmajor
version: process-analytics/github-actions-playground#173