-
Notifications
You must be signed in to change notification settings - Fork 8
feat: design another workflow that does (pre) release on GitHub with tag push - use reusable snippets #159
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
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.
Refactor existing build-wheel-release workflow via reusable workflows
bobleesj
left a comment
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.
@sbillinge This is ready for review. Lots of refactoring and experiments.
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.
Internal reusable workflow for deleting and creating a new tag.
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.
Internal reusable workflow for GH pre-release
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.
Internal reusable workflow for GH release
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.
Main workflow for releasing on GH based on tag - This is the main feature introduced in this PR
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.
Internal reusable workflow for compiling changelog
|
Ready for review still - yet news is failing.. complaining that this repo doesn't have |
Closes #158
Closes #144 (refactor - use reusable workflow calls)
Test results:
pre-release -> no CHANGLOEG compiled, pre-release on GH
full release -> CHANGELOG compiled, release on GH