Skip to content

Commit

Permalink
Merge pull request #141 from jukent/releasetemplate
Browse files Browse the repository at this point in the history
add a release template
  • Loading branch information
jukent committed Jul 7, 2023
2 parents 62dea43 + 8a6ade3 commit e981ecd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Release Request
about: Request a release for this package
title: '[Release]: <version-number>'
labels: release, high-priority
assignees: 'anissa111'
---
## For Package Leader

Version: vYYYY.MM.##
Plain text summary of significant changes:

## Release progress checklist

- [ ] CI tests are passing
- [ ] release-notes.rst has been updated with latest release notes
- [ ] a new tag and release has been made on GitHub
- [ ] feedstock PR has been merged
- [ ] release on pypi action has been triggered on the tag
- [ ] new version can be installed via pip
- [ ] new version can be installed via conda

0 comments on commit e981ecd

Please sign in to comment.