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

Release checklist for v7.2 #1157

Open
29 of 41 tasks
dondi opened this issue Dec 4, 2024 · 1 comment
Open
29 of 41 tasks

Release checklist for v7.2 #1157

dondi opened this issue Dec 4, 2024 · 1 comment
Assignees

Comments

@dondi
Copy link
Owner

dondi commented Dec 4, 2024

  • In the days leading up to the release, all open issues that need to be resolved before the release will be given the label "for next release".
  • Any new or changed client-side features need to be documented on the Client Side Testing Document page.
  • Test the candidate build (typically the beta branch)
  • Merge the branch(es) under development (typically beta) into master
    • Resolve any version control conflicts
    • Test the final merged version
    • Perform hotfixes on master as needed
  • Update README.md at top-level directory of master branch, if necessary
    • Update Travis and Coveralls badges to reference the master branch
  • Tag the final, tested version as v#.#.# (all three numbers are required, even if 0; see npm step below)
    • Update version numbers in package.json
    • Remember that the tag needs to be pushed to GitHub: git push origin <tag-name>
  • Create draft release item on Github repository (name it exactly like the tag)
    • Make release notes: a list of new features/bug fixes with issue numbers covered by this release. Note that this at least will be the ones labeled "for next release", with possible others.
  • Publish GitHub release item
  • Publish release to GRNsight home page
    • Refresh (pull) the master clone on grnsight.cs.lmu.edu
    • Update the version number and modification date on gh-pages
    • Update the About page with release notes (GitHub release item without issue numbers)
      • Update the browser version compatibility statement with the latest version of Chrome and Firefox for which the new GRNsight version has been tested.
      • Update modification date
    • Add news item about the release to the News page
      • Update modification date
      • Link news item to the corresponding release notes in the About page
    • Update Documentation page with any new features or updates to old features
  • Increment beta version
    • Merge released master with beta, especially if hotfixes/merges were made on master
    • Update version number and modified date on gh-pages
    • Update Travis and Coveralls badges to reference the beta branch
    • Refresh (pull) the beta clone on grnsight.cs.lmu.edu
  • Publish to npm (npm publish)
    • npm requires all .0s in the semantic version
  • Update version number/other relevant information at current bioinformatics listing sites
    • Elixir
      • Then change hyperlink on the GRNsight Links page, if necessary
  • Get DOI for new release from Zenodo
    • Verify that the badge in README.md at top level of repo is correct
      (it might be necessary to invoke curl -X PURGE https://camo.githubusercontent.com/camo-GitHub-id in order to update the badge image)
    • Verify that CITATION.md file DOI links to the new release, updating if necessary
    • Verify that "How to cite GRNsight" section on About page links to the new release, updating if necessary
@dondi
Copy link
Owner Author

dondi commented Dec 4, 2024

I managed to find the “Update Record” button on Elixir minutes after the meeting 😅—so that’s done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants