Skip to content

Commit

Permalink
feat: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed May 24, 2024
1 parent be30fca commit 1c17754
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@main
with:
go-version: 1.19.x
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -32,9 +32,9 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_QOVERY_TOKEN }}
- name: Prepare AUR package
run: |
version=$(awk -F'"' '/ci-version-check/{print $2}' cmd/version.go)
Expand Down
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ brews:
-
name: helm-freeze
goarm: 6
tap:
repository:
owner: qovery
name: homebrew-helm-freeze
url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: Pierre Mavro
email: [email protected]
folder: Formula
directory: Formula
homepage: ""
description: "Freeze your charts in the wished versions"
skip_upload: false

scoop:
url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: qovery
name: scoop-helm-freeze
commit_author:
name: qovery
email: [email protected]
homepage: "https://docs.qovery.com"
description: "Freeze your charts in the wished versions"
license: GPL3
scoops:
-
url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: qovery
name: scoop-helm-freeze
commit_author:
name: qovery
email: [email protected]
homepage: "https://docs.qovery.com"
description: "Freeze your charts in the wished versions"
license: GPL3
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var versionCmd = &cobra.Command{
}

func GetCurrentVersion() string {
return "1.0.0" // ci-version-check
return "1.1.0" // ci-version-check
}

func init() {
Expand Down

0 comments on commit 1c17754

Please sign in to comment.