Skip to content

Commit

Permalink
Prepare for v0.3.0 release (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT authored Apr 27, 2022
1 parent 66193fd commit 587488b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Goreleaser
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// Version shows the current notation-cose version, optionally with pre-release.
Version = "v0.2.0-alpha.1"
Version = "v0.3.0-alpha.1"

// BuildMetadata stores the build metadata.
BuildMetadata = "unreleased"
Expand Down

0 comments on commit 587488b

Please sign in to comment.