Skip to content

Commit

Permalink
chore(cd): updated config for auto release workflow
Browse files Browse the repository at this point in the history
Excludes chores from auto-release changelog and only triggers on tags starting with v*
  • Loading branch information
sapessi committed Nov 19, 2020
1 parent 412268a commit 28c9c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
branches:
- main

name: Create Release

Expand Down Expand Up @@ -37,6 +35,7 @@ jobs:
REPO: ${{ github.repository }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude: 'chore'
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 28c9c85

Please sign in to comment.