Compare commits

...

3 Commits

Author SHA1 Message Date
DataHearth 75b9849702
chore: update CHANGELOG v0.2.1 2023-08-21 17:26:02 +02:00
DataHearth d94f1ed685
fix: increment version from previous release 2023-08-21 17:25:46 +02:00
DataHearth 20518330b7
chore: update goreleaser definition 2023-08-21 17:20:58 +02:00
4 changed files with 18 additions and 8 deletions

View File

@ -9,12 +9,14 @@ builds:
- windows - windows
- darwin - darwin
archives: archives:
- replacements: - name_template: >-
darwin: Darwin {{ .ProjectName }}_
linux: Linux {{ .Version }}_
windows: Windows {{- title .Os }}_
386: i386 {{- if eq .Arch "amd64" }}x86_64
amd64: x86_64 {{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
gitea_urls: gitea_urls:
api: https://gitea.antoine-langlois.net/api/v1 api: https://gitea.antoine-langlois.net/api/v1
download: https://gitea.antoine-langlois.net download: https://gitea.antoine-langlois.net

View File

@ -1,4 +1,12 @@
<a name="v0.2.1"></a>
## [v0.2.1](https://gitea.antoine-langlois.net/DataHearth/doggo-fetcher/compare/v0.2.0...v0.2.1) (2023-08-21)
### Bug Fixes
* increment version from previous release
<a name="v0.2.0"></a> <a name="v0.2.0"></a>
## [v0.2.0](https://gitea.antoine-langlois.net/DataHearth/doggo-fetcher/compare/v0.1.0...v0.2.0) (2023-08-21) ## [v0.2.0](https://gitea.antoine-langlois.net/DataHearth/doggo-fetcher/compare/v0.1.0...v0.2.0) (2023-08-21)

View File

@ -9,4 +9,4 @@ publish version:
git add CHANGELOG.md && git commit -m "chore: update CHANGELOG {{version}}" git add CHANGELOG.md && git commit -m "chore: update CHANGELOG {{version}}"
git tag -a {{version}} -m "{{version}}" git tag -a {{version}} -m "{{version}}"
git push --follow-tags git push --follow-tags
goreleaser release --rm-dist --release-notes <(git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md) goreleaser release --clean --release-notes <(git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md)

View File

@ -40,7 +40,7 @@ You can select a specific GoLang release or even set a specific one for director
}, },
}, },
Suggest: true, Suggest: true,
Version: "0.1.0", Version: "0.2.1",
Commands: []*cli.Command{ Commands: []*cli.Command{
{ {
Name: "use", Name: "use",