Skip to content

Commit 2e12a26

Browse files
committed
fix: add missing files
1 parent bd4b9e5 commit 2e12a26

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
vmrss
2+
3+
# If you prefer the allow list template instead of the deny list, see community template:
4+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
5+
#
6+
# Binaries for programs and plugins
7+
*.exe
8+
*.exe~
9+
*.dll
10+
*.so
11+
*.dylib
12+
13+
# Test binary, built with `go test -c`
14+
*.test
15+
16+
# Output of the go coverage tool, specifically when used with LiteIDE
17+
*.out
18+
19+
# Dependency directories (remove the comment below to include it)
20+
# vendor/
21+
22+
# Go workspace file
23+
go.work

.releaserc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
plugins:
3+
- "@semantic-release/commit-analyzer"
4+
- "@semantic-release/release-notes-generator"
5+
- "@semantic-release/github"
6+
7+
branches:
8+
- "main"
9+
- "+([0-9])?(.{+([0-9]),x}).x"
10+
- name: "alpha"
11+
prerelease: "alpha"

0 commit comments

Comments
 (0)