Skip to content

Commit

Permalink
Sensible release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
will-holley committed Mar 6, 2022
1 parent a60b7d7 commit fcafa0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- ".github/workflows/release.yml"
workflow_dispatch:
jobs:
build:
name: "Build"
build-and-pr:
name: "Build and PR"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@master
Expand All @@ -27,8 +27,8 @@ jobs:
committer: "GitHub Action <[email protected]>"
author: "GitHub Action <[email protected]>"
signoff: "GitHub Action <[email protected]>"
commit-message: "Dist"
title: "Release: <version_tag>"
commit-message: "Release: v<version_tag>"
title: "Release: v<version_tag>"
body: ""
base: "main"
delete-branch: true

0 comments on commit fcafa0a

Please sign in to comment.