Skip to content

Commit

Permalink
Fix changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Sep 8, 2022
1 parent a89d386 commit c247d07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions .github/RELEASE_CHECKLIST.md
Expand Up @@ -33,11 +33,14 @@ This checklist is for my own reference, as I forget the steps every time.
- Upload to the website and push change to Git

8. Commit and push version updates
9. Make a [release](https://github.com/ewels/MultiQC/releases) on GitHub - paste changelog section.
10. Check that [PyPI listing page](https://pypi.python.org/pypi/multiqc/) looks sane
11. Update version numbers to new dev version in `setup.py` + a new section in the changelog for the development version
12. Commit and push version bump
13. Make a new release on `bioconda` (assuming new modules were added):
9. Make a new branch and run the rich-codex screenshots workflow on it manually
10. PR / merge this branch into master
11. Make sure that all tests are passing
12. Make a [release](https://github.com/ewels/MultiQC/releases) on GitHub - paste changelog section.
13. Check that [PyPI listing page](https://pypi.python.org/pypi/multiqc/) looks sane
14. Update version numbers to new dev version in `setup.py` + a new section in the changelog for the development version
15. Commit and push version bump
16. Make a new release on `bioconda` (assuming new modules were added):

```bash
# Update to latest bioconda
Expand Down Expand Up @@ -68,6 +71,6 @@ This checklist is for my own reference, as I forget the steps every time.
# Submit a Pull Request and merge
```

14. Tell UPPMAX about the new version and ask for the module system to be updated.
15. Tweet that new version is released
16. Continue making more awesome :metal:
17. Tell UPPMAX about the new version and ask for the module system to be updated.
18. Tweet that new version is released
19. Continue making more awesome :metal:
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# MultiQC Version History

## [MultiQC v1.13](https://github.com/ewels/MultiQC/releases/tag/v1.13) - 2022-07-09
## [MultiQC v1.13](https://github.com/ewels/MultiQC/releases/tag/v1.13) - 2022-09-08

### MultiQC updates

Expand Down

0 comments on commit c247d07

Please sign in to comment.