Skip to content

Commit

Permalink
Add bump version (#519)
Browse files Browse the repository at this point in the history
* fix workflow syntax

* Add cleanup step

* add bump version

* bump version and changelog

* bump version and changelog

* bump version and changelog

* bump version and changelog
  • Loading branch information
haroldsphinx authored Jan 20, 2022
1 parent 052ae7f commit 0c7fe99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ categories:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: 'Community release'
label:
- major
- minor
- patch
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
autolabeler:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@ name: Release Drafter
on:
push:
branches:
- main
- releases
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.COMPOSABLE_GITHUB_TOKEN }}
WITH_V: true

- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.COMPOSABLE_GITHUB_TOKEN }}


0 comments on commit 0c7fe99

Please sign in to comment.