Skip to content

Commit

Permalink
style: ♻️ fix project struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimerny committed May 30, 2024
1 parent 1040566 commit 7d99984
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
conf.json
session_id
src/conf.json
src/session_id
dist/
3 changes: 3 additions & 0 deletions release-please/.release-please-manifast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"src": "0.1.10"
}
10 changes: 10 additions & 0 deletions release-please/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"release-type": "simple",
"pull-request-title-pattern": "chore${scope}: 🔖 release${component} ${version}",
"separate-pull-requests": true,
"packages": {
"src": {
"package-name": "kook-go"
}
}
}
2 changes: 1 addition & 1 deletion .goreleaser.yml → src/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release:
draft: true
discussion_category_name: General
builds:
- main: ./example/example.go
- main: example/example.go
id: kook-go
env:
- CGO_ENABLED=0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d99984

Please sign in to comment.