Skip to content
Snippets Groups Projects
Commit 5e9baaa8 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

chore: Конфигурация GoReleaser и Task

parent cea0e356
No related branches found
No related merge requests found
.idea
dist
\ No newline at end of file
dist/
release/
\ No newline at end of file
......@@ -8,7 +8,6 @@ gitlab_urls:
before:
hooks:
- go mod tidy
- git cliff "$(svu current)".. --tag "$(svu next)" > dist/CHANGELOG.md
builds:
- skip: true
......
......@@ -2,6 +2,36 @@
All notable changes to this project will be documented in this file.
## [0.27.0-alpha.1+15] - 2024-08-12
### ⚙️ Miscellaneous Tasks
- Конфигурация GoReleaser и Task -([cea0e35](https://git.perx.ru/perxis/perxis-go/-/commit/cea0e356a4d5509e7b33bb4d64e7412194473a1f))
## [0.27.0-alpha.1+14] - 2024-08-12
### ⚙️ Miscellaneous Tasks
- Конфигурация GoReleaser и Task -([7ca6764](https://git.perx.ru/perxis/perxis-go/-/commit/7ca6764d2c8ec87714e0f2f085c090aface17472))
## [0.27.0-alpha.1+13] - 2024-08-12
### ⚙️ Miscellaneous Tasks
- Конфигурация GoReleaser и Task -([3ea55da](https://git.perx.ru/perxis/perxis-go/-/commit/3ea55dab74b7f27243e98dcf39f80cee15c732f6))
## [0.27.0-alpha.1+12] - 2024-08-12
### ⚙️ Miscellaneous Tasks
- Конфигурация GoReleaser и Task -([2a5645f](https://git.perx.ru/perxis/perxis-go/-/commit/2a5645fb8620df816ad518b5afcc8b3ae436458e))
## [0.27.0-alpha.1+10] - 2024-08-12
### ⚙️ Miscellaneous Tasks
- Конфигурация GoReleaser и Task -([6b6c142](https://git.perx.ru/perxis/perxis-go/-/commit/6b6c142e3ec00da55cab2b92deac6582864b9bd8))
## [0.27.0-alpha.1+9] - 2024-08-12
### 🚀 Features
......
......@@ -11,7 +11,6 @@ vars:
tasks:
changelog:
cmds:
- git-cliff {{ .CURRENT_VERSION }}.. --tag {{ .RELEASE_VERSION }} > dist/CHANGELOG.md
- git-cliff > CHANGELOG.md --tag {{ .RELEASE_VERSION }}
# release
......@@ -23,7 +22,9 @@ tasks:
# - Запушить код и тэги на сервер (иначе будет непонятная ошибка goreleaser Not found)
release:
cmds:
- goreleaser release --clean --release-notes=dist/CHANGELOG.md
- mkdir -p release
- git-cliff {{ .CURRENT_VERSION }}.. --tag {{ .RELEASE_VERSION }} > release/CHANGELOG.md
- goreleaser release --clean --release-notes=release/CHANGELOG.md
mocks:
deps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment