-
Notifications
You must be signed in to change notification settings - Fork 99
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
Automate releases based on tagging #1436
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Simeon Widdis <[email protected]>
Swiddis
changed the title
Automate Releases based on Tagging
Automate releases based on tagging
Feb 24, 2023
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
derek-ho
approved these changes
Feb 27, 2023
YANG-DB
approved these changes
Mar 1, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Mar 2, 2023
* Update 2.x workflow Signed-off-by: Simeon Widdis <[email protected]> * Undo test-build changes from main Signed-off-by: Simeon Widdis <[email protected]> * Remove test Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 8044bc5)
derek-ho
pushed a commit
that referenced
this pull request
Mar 2, 2023
* Update 2.x workflow Signed-off-by: Simeon Widdis <[email protected]> * Undo test-build changes from main Signed-off-by: Simeon Widdis <[email protected]> * Remove test Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 8044bc5) Co-authored-by: Simeon Widdis <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Mar 6, 2023
* Update 2.x workflow Signed-off-by: Simeon Widdis <[email protected]> * Undo test-build changes from main Signed-off-by: Simeon Widdis <[email protected]> * Remove test Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 8044bc5)
ps48
pushed a commit
that referenced
this pull request
Mar 7, 2023
* 2.6 release notes (#1424) * add 2.6 release notes Signed-off-by: Derek Ho <[email protected]> * fix up file Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit 7059fad) * Automate releases based on tagging (#1436) (#1445) * Update 2.x workflow Signed-off-by: Simeon Widdis <[email protected]> * Undo test-build changes from main Signed-off-by: Simeon Widdis <[email protected]> * Remove test Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 8044bc5) Co-authored-by: Simeon Widdis <[email protected]> --------- Co-authored-by: Derek Ho <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Simeon Widdis <[email protected]>
YANG-DB
pushed a commit
that referenced
this pull request
Mar 9, 2023
* Update 2.x workflow Signed-off-by: Simeon Widdis <[email protected]> * Undo test-build changes from main Signed-off-by: Simeon Widdis <[email protected]> * Remove test Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 8044bc5) Co-authored-by: Simeon Widdis <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Rebasing #1410 onto the
2.x
branch.Generating a GitHub Release involves a few steps: selecting the commit, creating a version bump, and creating the release notes file. Per work mentioned in #1406, this has been automated to be performed based on tag selection. This PR:
draft-release-notes-config.yml
to better reflect labels currently in useinfrastructure
andskip-changelog
, that need to be added to the repoauto-release.yml
enforce-labels.yml
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.