Skip to content

Commit

Permalink
Merge pull request #826 from varvet/kbs/update-gem-relase-template
Browse files Browse the repository at this point in the history
Update gem release template (closes #805)
  • Loading branch information
Burgestrand authored Aug 26, 2024
2 parents 8992430 + d1dcb2f commit 6eaaca6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/gem_release_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## To do

- [ ] Commit changes:
- [ ] Make changes:
- [ ] Bump `Pundit::VERSION` in `lib/pundit/version.rb`.
- [ ] Update `CHANGELOG.md`.
- [ ] Run `rake release`.
- [ ] Open pull request 🚀
- [ ] Make an announcement in [Pundit discussions](https://github.com/varvet/pundit/discussions/categories/announcements).
- [ ] Open pull request 🚀 and merge it.
- [ ] Run [push gem](https://github.com/varvet/pundit/actions/workflows/push_gem.yml) GitHub Action.
- [ ] Make an announcement in [Pundit discussions](https://github.com/varvet/pundit/discussions/categories/announcements)
8 changes: 4 additions & 4 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
steps:
# Set up
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit

- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Ruby
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
with:
bundler-cache: true
ruby-version: ruby

# Release
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1+ unreleased

0 comments on commit 6eaaca6

Please sign in to comment.