Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
5e9baaa8
Commit
5e9baaa8
authored
7 months ago
by
Pavel Antonov
Browse files
Options
Downloads
Patches
Plain Diff
chore: Конфигурация GoReleaser и Task
parent
cea0e356
No related branches found
Branches containing commit
Tags
v0.27.0-alpha.1+16
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.goreleaser.yml
+0
-1
0 additions, 1 deletion
.goreleaser.yml
CHANGELOG.md
+30
-0
30 additions, 0 deletions
CHANGELOG.md
Taskfile.yaml
+3
-2
3 additions, 2 deletions
Taskfile.yaml
with
35 additions
and
4 deletions
.gitignore
+
2
−
1
View file @
5e9baaa8
.idea
dist
\ No newline at end of file
dist/
release/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.goreleaser.yml
+
0
−
1
View file @
5e9baaa8
...
...
@@ -8,7 +8,6 @@ gitlab_urls:
before
:
hooks
:
-
go mod tidy
-
git cliff "$(svu current)".. --tag "$(svu next)" > dist/CHANGELOG.md
builds
:
-
skip
:
true
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
30
−
0
View file @
5e9baaa8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Taskfile.yaml
+
3
−
2
View file @
5e9baaa8
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment