Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed May 18, 2022
1 parent a543c0e commit 00395c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Draft release on GitHub
uses: release-drafter/release-drafter@v5.19.0
uses: release-drafter/release-drafter@v5.20.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -75,6 +75,8 @@ jobs:
uses: JamesMGreene/node-draft-releaser@v1.1.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
allow_release_name_update: 'false'

- name: Write out the release URL
run: echo "Released at $RELEASE_URL"
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See the source of `.github/workflows` for details.
button, **do not publish** yet!

3. Get back to the repository, commit both files as
`Bump version to <VERSION_NUMBER>` in `release/<VERSION_NUMBER>` branch,
`Release <VERSION_NUMBER>` in `release/<VERSION_NUMBER>` branch,
create a pull request, hold your breath, and—merge it.

3. **Automatic:** once the release pull request from step 2.3 is merged, the
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend-garden-ghost-theme",
"description": "Frontend Garden Ghost theme",
"version": "5.0.1",
"version": "5.1.0",
"license": "Apache-2.0",
"author": {
"name": "Adam Kudrna",
Expand Down

0 comments on commit 00395c9

Please sign in to comment.