Skip to content

Commit

Permalink
When creating a release, automatically add a title
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Apr 4, 2024
1 parent acb5ac5 commit 19e8f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
bundle exec rake create_release_notes
gh release create $(git tag --points-at @) --notes-file relnotes.md
gh release create $(git tag --points-at @) \
--title "RuboCop RSpec $(git tag --points-at @)" \
--notes-file relnotes.md \
- name: Replace version in Antora config
run: |
sed -i 's/version:.*$/version: ~/' docs/antora.yml
Expand Down

0 comments on commit 19e8f1b

Please sign in to comment.