Skip to content

Commit

Permalink
Merge branch 'main' into nix/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Jun 10, 2024
2 parents eec49b8 + 2f9adee commit c48ae3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
git push origin ${{ env.RELEASE_VERSION }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0-dev
0.12.0-dev
3 changes: 2 additions & 1 deletion docs/releasenotes/v0.11.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Release v0.11.0

- Bump goreleaser/goreleaser-action from 5 to 6 in the ci group (#802)
- goutils refactoring (#803)
- Bump the go group with 14 updates (#805)
- finally at least be able to sign commits (#800)
- fix maven uploader and rename mavenArtifact to mavenPackage (#799)
- (redo)Only re-encode subst value if it smells like json and target doc is yaml (#796)
Expand Down

0 comments on commit c48ae3c

Please sign in to comment.