Skip to content
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

Add release management workflows #85

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

nwiltsie
Copy link
Member

@nwiltsie nwiltsie commented Oct 8, 2024

Description

This adds in the release management workflows from the newly-public /~https://github.com/uclahs-cds/tool-create-release.

Once we merge this PR I'm going to cut a new patch release to test everything; this is the first public repo to use those workflows so there may be a few rough edges to iron out.

Testing

No pipeline changes, no testing performed.

Checklist

  • I have read the code review guidelines and the code review best practice on GitHub check-list.

  • I have reviewed the Nextflow pipeline standards.

  • The name of the branch is meaningful and well formatted following the standards, using [AD_username (or 5 letters of AD if AD is too long)]-[brief_description_of_branch].

  • I have set up or verified the branch protection rule following the github standards before opening this pull request.

  • I have added my name to the contributors listings in the manifest block in the nextflow.config as part of this pull request, am listed
    already, or do not wish to be listed. (This acknowledgement is optional.)

  • I have added the changes included in this pull request to the CHANGELOG.md under the next release version or unreleased, and updated the date.

  • I have updated the version number in the metadata.yaml and manifest block of the nextflow.config file following semver, or the version number has already been updated. (Leave it unchecked if you are unsure about new version number and discuss it with the infrastructure team in this PR.)

  • I have tested the pipeline using NFTest, or I have justified why I did not need to run NFTest above.

Copy link
Collaborator

@yashpatel6 yashpatel6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for testing!

Comment on lines +19 to +20
# Secrets are only required until tool-create-release is made public
secrets: inherit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (non-blocking): Can these be removed now that tool-create-release is public?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to see - since I originally added that comment I started using our secret token to create the releases, so I'll have to play with it. I'll figure it out in the next few days and either remove the use of secrets or the comment saying that it's temporary.

@nwiltsie nwiltsie merged commit 7b08e82 into main Oct 8, 2024
7 checks passed
@nwiltsie nwiltsie deleted the nwiltsie-release-management branch October 8, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants