Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ release:
github:
owner: BeesNestInc
name: CassetteOS-MessageBus
draft: false
prerelease: auto
mode: replace
name_template: "v{{ .Version }}"
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
- 他リポジトリとのバージョン整合のためバージョンを更新しました
- このバージョンではコードの変更はありません
## v0.0.3
- 他リポジトリとのバージョン整合のためバージョンを更新しました
- このバージョンではコードの変更はありません
**関連**
CassetteOS
- ワークフローの更新。タグを打ったらReleaseされるように変更。

## v0.0.2
- 他リポジトリとのバージョン整合のためバージョンを更新しました
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.7

require (
github.com/BeesNestInc/CassetteOS-Common v0.0.2
github.com/BeesNestInc/CassetteOS-Common v0.0.3
github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5
github.com/glebarez/sqlite v1.7.0
github.com/gobwas/ws v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/BeesNestInc/CassetteOS-Common v0.0.2 h1:QBakQln9Y2l6mgJ3sl3pWizhG49+vmVi3ihrPn56MaU=
github.com/BeesNestInc/CassetteOS-Common v0.0.2/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo=
github.com/BeesNestInc/CassetteOS-Common v0.0.3 h1:W2mRVpzftP/cXCO3PyLQB5PFVKuWrn9i3JiOKfq+nqg=
github.com/BeesNestInc/CassetteOS-Common v0.0.3/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo=
github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5 h1:cjlXtmuOug5168+XRM+7iJxbd9lLkL9AgzemF7ZqoPI=
github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5/go.mod h1:DgupkgFQg7/js8Tr1uLYICJRGlHmKWIV6hWWTH2V2fc=
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
Expand Down