Skip to content

Commit

Permalink
Update build_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 26, 2024
1 parent 2885204 commit 2749fee
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,7 @@ jobs:
with:
toTag: "release-${{ inputs.version }}"
#toTag: ${{ github.ref }}
configurationJson: |
{
"categories": [
{
"title": "## What's Added",
"labels": ["feat"]
},
{
"title": "## What's Fixed",
"labels": ["fix"]
},
{
"title": "## What's Updated",
"labels": ["update"]
},
{
"title": "## Uncategorized PRs",
"labels": []
}
],
"template": "#{{CHANGELOG}}",
"pr_template": "* #{{TITLE}} by #{{AUTHOR}}",
}
configuration: "configuration.json"
failOnError: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2749fee

Please sign in to comment.