-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add check for version_next markers (#2542)
In a couple recent PRs, I put "VERSION_NEXT_{feature,patch}" as place holders since I wasn't sure what the next appropriate version would be for unreleased code. e.g. specifying `1.0.1` becomes invalid if a subsequent PR would make it `1.1.0`. To help remind us to populate these values before a release, have the release workflow check for the marker strings.
- Loading branch information
Showing
2 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters