Skip to content

Commit

Permalink
Hardcode the release version while we're doing prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Nov 4, 2023
1 parent ef5a772 commit 57bc7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'PyPop $RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: 'PyPop 1.0.0rc3'
tag-template: 'v1.0.0-rc3'
prerelease: true
include-pre-releases: true
prerelease-identifier: 'rc'
Expand Down

0 comments on commit 57bc7cd

Please sign in to comment.