-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: doc-deploy-changelog update main branch option #526
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
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!
This will require a new patch release |
Or minor 😄 |
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
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
Co-authored-by: Sébastien Morais <[email protected]>
Updates the changelog file and deletes the towncrier fragments on the main branch directly. This is mainly to fix these issues in the pre-commit hooks repo when doing releases: 203, 171
use-main-branch: true
default (update-release-branch is true and use-main-branch is false)
release/x.y branch doesn't exist
release/x.y branch exists
both update-release-branch and update-main-branch are false
both update-release-branch and update-main-branch are true (It will update the main branch)