-
Notifications
You must be signed in to change notification settings - Fork 60
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
[CI/CD] Update release workflow and introduce workflow for nightly releases #266
Merged
emmyoop
merged 8 commits into
main
from
users/alexander-smolyakov/update-release-workflow
Jan 27, 2023
Merged
[CI/CD] Update release workflow and introduce workflow for nightly releases #266
emmyoop
merged 8 commits into
main
from
users/alexander-smolyakov/update-release-workflow
Jan 27, 2023
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
alexander-smolyakov
added
the
Skip Changelog
Skips GHA to check for changelog file
label
Jan 13, 2023
- Update workflow docs - Change workflow name - Set `test_run` default value to `true`
emmyoop
approved these changes
Jan 25, 2023
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.
This looks good. We won't be setting up the temp slack channel in this repo so we need to update the token to be the final token.
emmyoop
approved these changes
Jan 27, 2023
alexander-smolyakov
added a commit
that referenced
this pull request
Jan 31, 2023
…leases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments
6 tasks
alexander-smolyakov
added a commit
that referenced
this pull request
Jan 31, 2023
…leases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments
6 tasks
alexander-smolyakov
added a commit
that referenced
this pull request
Jan 31, 2023
…leases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments
6 tasks
alexander-smolyakov
added a commit
that referenced
this pull request
Jan 31, 2023
…leases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments
6 tasks
emmyoop
added a commit
that referenced
this pull request
Feb 3, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments * Update release workflow (#292) - Update AWS secrets - Rework condition for Slack notification * update regex for version bump (#304) # Conflicts: # .bumpversion.cfg * update prerelease -> prekind (#305) * update regex for version bump * update to prekind * more renaming --------- Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
emmyoop
added a commit
that referenced
this pull request
Feb 3, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments * Update release workflow (#292) - Update AWS secrets - Rework condition for Slack notification * update regex for version bump (#304) # Conflicts: # .bumpversion.cfg * update prerelease -> prekind (#305) * update regex for version bump * update to prekind * more renaming --------- Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
emmyoop
added a commit
that referenced
this pull request
Feb 6, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments * Update release workflow (#292) - Update AWS secrets - Rework condition for Slack notification * update regex for version bump (#304) # Conflicts: # .bumpversion.cfg * update prerelease -> prekind (#305) * update regex for version bump * update to prekind * more renaming --------- Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
abbywh
pushed a commit
to abbywh/dbt-redshift
that referenced
this pull request
Oct 11, 2023
…leases (dbt-labs#266) * Add workflows * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comments - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * Resolve review comments
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.
resolves - N/A
Description
This pull request contains the following changes:
Changelog:
release.yml:
workflow_call
trigger;nightly-release.yml:
env-setup.sh:
.bumpversion.cfg:
parse
andserialize
properties of config to respect the development segment for nightly releases;Checklist
changie new
to create a changelog entry