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 61ee37d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ 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 }}

publish_release_draft_on_version_bump:
name: Publish release draft
needs: [build_and_test]
if: needs.build_and_test.outputs.version_changed == 'true'
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand All @@ -75,6 +75,8 @@ jobs:
uses: JamesMGreene/[email protected]
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 61ee37d

Please sign in to comment.