Skip to content

Commit

Permalink
Merge pull request #3 from CestusIO/update
Browse files Browse the repository at this point in the history
fix: more fixes to goreleaser config
  • Loading branch information
ralf-cestusio committed Dec 5, 2023
2 parents 838c7a0 + 50283a0 commit 8d851f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Code generated by fabricator-generate-project-go
#
# Modifications in code regions will be lost during regeneration!
# region CODE_REGION(ci)
# removed the code region
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- make install_tools
- go generate ./...
builds:
- main: ./cmd/blaze
- main: ./cmd/protoc-gen-blaze
goos:
- linux
goarch:
Expand Down Expand Up @@ -42,4 +42,3 @@ changelog:
- "^docs:"
- "^test:"

# endregion
2 changes: 1 addition & 1 deletion cmd/protoc-gen-blaze/protoc-gen-blaze.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var (
// Version is the version of the application
Version string = "v0.6.2"
Version string = "v0.6.3"
// BuildTime is the time the application was build
BuildTime string
)
Expand Down
4 changes: 2 additions & 2 deletions version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
current: 0.6.2
next: 0.6.2
current: 0.6.3
next: 0.6.3

0 comments on commit 8d851f5

Please sign in to comment.