Skip to content

Commit

Permalink
Merge pull request #13 from jenkinsci/patch_to_minor
Browse files Browse the repository at this point in the history
Release Drafter: Change the defaults in `name-template` and `tag-template` to target the two-digit format
  • Loading branch information
oleg-nenashev authored Jul 12, 2019
2 parents ff76858 + 1be2887 commit df98b93
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,6 +1,6 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
# Uses a more common 2-digit versioning in Jenkins plugins. Can be replaced by semver: $MAJOR.$MINOR.$PATCH
version-template: $MAJOR.$MINOR

Expand Down

0 comments on commit df98b93

Please sign in to comment.