``` feat(pet): 重构宠物繁殖系统,添加蛋孵化功能
This commit is contained in:
27
common/utils/concurrent-swiss-map/.goreleaser.yml
Normal file
27
common/utils/concurrent-swiss-map/.goreleaser.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
project_name: concurrent-swiss-map
|
||||
|
||||
release:
|
||||
github:
|
||||
name: concurrent-swiss-map
|
||||
owner: mhmtszr
|
||||
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
|
||||
builds:
|
||||
- skip: true
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
use: github
|
||||
filters:
|
||||
exclude:
|
||||
- '^test:'
|
||||
- '^docs:'
|
||||
- '^chore:'
|
||||
- 'merge conflict'
|
||||
- Merge pull request
|
||||
- Merge remote-tracking branch
|
||||
- Merge branch
|
||||
- go mod tidy
|
||||
Reference in New Issue
Block a user