Skip to content

Commit

Permalink
chore: release drafter 1.x (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Mar 14, 2022
1 parent 4e13eba commit 5606c3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
@@ -1,4 +1,4 @@
name-template: 'Next release draft'
name-template: 'Next release draft $MAJOR.x'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🎸 Features'
Expand Down Expand Up @@ -38,7 +38,7 @@ version-resolver:
- 'patch'
default: patch
references:
- main
- 1.x
template: |
## Release notes
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-notes.yml
@@ -1,9 +1,8 @@
name: Build release notes

on:
push:
pull_request:
branches:
- main
- 1.x

jobs:
Expand All @@ -12,9 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: release-drafter/release-drafter@v5
id: release_drafter
with:
config-name: release-drafter.yml
config-name: release-drafter-1x.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5606c3c

Please sign in to comment.