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
09ecf121
Commit
09ecf121
authored
8 months ago
by
Pavel Antonov
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
fdab81fd
No related branches found
Branches containing commit
Tags
v0.27.0-alpha.1+9
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.goreleaser.yml
+53
-0
53 additions, 0 deletions
.goreleaser.yml
with
55 additions
and
1 deletion
.gitignore
+
2
−
1
View file @
09ecf121
.idea
\ No newline at end of file
.idea
dist
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.goreleaser.yml
0 → 100644
+
53
−
0
View file @
09ecf121
version
:
2
gitlab_urls
:
api
:
https://git.perx.ru/api/v4/
download
:
https://git.perx.ru
use_package_registry
:
true
before
:
hooks
:
-
go mod tidy
builds
:
-
skip
:
true
snapshot
:
name_template
:
"
{{
incpatch
.Version
}}-next"
changelog
:
sort
:
asc
use
:
github
filters
:
exclude
:
-
"
^test:"
-
"
^chore"
-
"
merge
conflict"
-
Merge pull request
-
Merge remote-tracking branch
-
Merge branch
-
go mod tidy
groups
:
-
title
:
Dependency updates
regexp
:
"
^.*feat
\\
(deps
\\
)*:+.*$"
order
:
300
-
title
:
"
New
Features"
regexp
:
"
^.*feat[(
\\
w)]*:+.*$"
order
:
100
-
title
:
"
Bug
fixes"
regexp
:
"
^.*fix[(
\\
w)]*:+.*$"
order
:
200
-
title
:
"
Documentation
updates"
regexp
:
"
^.*docs[(
\\
w)]*:+.*$"
order
:
400
-
title
:
Other work
order
:
9999
release
:
gitlab
:
owner
:
perxis
name
:
perxis-go
announce
:
skip
:
"
{{gt
.Patch
0}}"
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