Skip to content

Commit

Permalink
update to assume regular release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 6, 2023
1 parent 57bc7cd commit 896fdcb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name-template: 'PyPop 1.0.0rc3'
tag-template: 'v1.0.0-rc3'
prerelease: true
include-pre-releases: true
prerelease-identifier: 'rc'
name-template: 'PyPop $NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
#prerelease: true
#include-pre-releases: true
#prerelease-identifier: 'rc'
#version-template: '$COMPLETE'
categories:
- title: 'Features'
Expand Down Expand Up @@ -47,3 +47,5 @@ template: |
A full history of changes is available in [`NEWS.rst`](https://github.com/alexlancaster/pypop/blob/main/NEWS.rst).
$CHANGES
*Full Changelog:* ($PREVIOUS_TAG..$NEXT_PATCH_VERSION)[https://github.com/alexlancaster/pypop/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)

0 comments on commit 896fdcb

Please sign in to comment.