Skip to content

Commit

Permalink
Merge pull request #291 from detiber/prep-v0.3.11
Browse files Browse the repository at this point in the history
🏃 Prep v0.3.11
  • Loading branch information
detiber authored Oct 18, 2021
2 parents ca4a80e + 84f5486 commit 558059f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,24 @@ jobs:
id: get_version
run: |
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Generate Release Notes
run: |
release_notes=$(gh api repos/{owner}/{repo}/releases/generate-notes -F tag_name=${{ github.ref }} --jq .body)
echo 'RELEASE_NOTES<<EOF' >> $GITHUB_ENV
echo "${release_notes}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
- name: Create Release
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
body: ${{ env.RELEASE_NOTES }}
release_name: ${{ env.VERSION }}
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.10
v0.3.11
2 changes: 1 addition & 1 deletion config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ bases:
- default
images:
- name: docker.io/packethost/cluster-api-provider-packet:e2e # images with this name
newTag: v0.3.10 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.10"}}}
newTag: v0.3.11 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.11"}}}
newName: docker.io/packethost/cluster-api-provider-packet # and this name

0 comments on commit 558059f

Please sign in to comment.