-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Release]: 0.2.0 #297
Comments
@gogonzo @m7pr |
As discussed, we will revert the changes to add shiny input changes for teal.goshawk for now so we can move forward with release. Related to #297
No longer has blockers. Triggered Scheduled IE and all passed: |
Related #297 This is a breaking change release, upversion to 0.2.0
Blocked by
Increasing minor version because the breaking changes to introduce
teal_data
object, among other bugs fixes and enhancements.Issues/PRs
tdata
toteal_data
#246tm_g_gh_correlationplot
produces extra rows with columns containing NAs #285log_shiny_input_changes
and exclude plot sizes in logging #281However, we have a blocker on
teal.logger
due to update in #281 meaning that we have to releaseteal.logger
first before we can move forward withteal.goshawk
release.Blockers:
Pre-release
Release
Prepare the release
git checkout -b release-candidate-vX.Y.Z
Remotes
) from the DESCRIPTION file where applicable.Test the release
Validation loop
Note: This section is applicable only for regulatory packages.
Tag the release
main
. Note the commit hash of the merged commit. Note: additional commits might be added to themain
branch by a bot or an automation - we do NOT want to tag this commit.Make sure of the following before continuing with the release:
git checkout <commit hash>
git tag vX.Y.Z
git push origin vX.Y.Z
Note: Once the release tag is created, the package is automatically published to internal repositories.
Post-release
Decision tree
Click here to see the release decision tree.
The text was updated successfully, but these errors were encountered: