Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Dec 11, 2024
1 parent 11a8839 commit 433142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy_release_util/bootstrap_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
- [ ] Examine workflow results, comparing them with the results of a [previous run of the same workflow](https://github.com/galaxyproject/tools-iuc/actions?query=workflow%3A%22Weekly+global+Tool+Linting+and+Tests%22) on the previous release (${previous_version}).
For each failed test:
- Does it occur under ${version} but not under ${previous_version}? If so:
- Check if there's an issue open. If not, open a new issue.
- Check if there's an issue open. If not, open a new issue.
- [ ] IWC:
- [ ] Open an issue "Test release ${version}" on the iwc repo: https://github.com/galaxyproject/iwc/
Expand All @@ -274,7 +274,7 @@
- [ ] Examine workflow results, comparing them with the results of a [previous run of the same workflow](https://github.com/galaxyproject/iwc/actions?query=workflow%3A%22Weekly+global+Workflow+Linting+and+Tests%22) on the previous release (${previous_version}).
For each failed test:
- Does it occur under ${version} but not under ${previous_version}? If so:
- Check if there's an issue open. If not, open a new issue.
- Check if there's an issue open. If not, open a new issue.
- [ ] **Create Release Notes**
Expand Down

0 comments on commit 433142b

Please sign in to comment.