Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
ee9d9603
Commit
ee9d9603
authored
Nov 30, 2025
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove goreleaser
parent
2516cdf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
81 deletions
+0
-81
build-artifacts.yml
.github/workflows/build-artifacts.yml
+0
-45
.goreleaser.yaml
.goreleaser.yaml
+0
-36
No files found.
.github/workflows/build-artifacts.yml
deleted
100644 → 0
View file @
2516cdf2
name
:
Build Artifacts
on
:
push
:
tags
:
-
"
*"
permissions
:
contents
:
write
jobs
:
goreleaser
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v5
with
:
fetch-depth
:
0
-
uses
:
actions/setup-go@v6
with
:
go-version
:
1.25
check-latest
:
true
cache
:
true
-
uses
:
pnpm/action-setup@v4.1.0
with
:
version
:
9
-
uses
:
actions/setup-node@v5
with
:
node-version
:
"
20"
cache
:
pnpm
cache-dependency-path
:
"
web/pnpm-lock.yaml"
-
run
:
pnpm install
working-directory
:
web
-
run
:
pnpm release
working-directory
:
web
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v6
with
:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution
:
goreleaser
# 'latest', 'nightly', or a semver
version
:
latest
args
:
release --clean --skip=validate
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
deleted
100644 → 0
View file @
2516cdf2
version
:
1
before
:
hooks
:
# You may remove this if you don't use go modules.
-
go mod tidy
builds
:
-
main
:
./cmd/memos
binary
:
memos
goos
:
-
linux
-
darwin
archives
:
-
format
:
tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template
:
>-
{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}
changelog
:
sort
:
asc
filters
:
exclude
:
-
"
^docs:"
-
"
^test:"
checksum
:
disable
:
true
release
:
draft
:
true
replace_existing_draft
:
true
make_latest
:
true
mode
:
replace
skip_upload
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment