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 @@ -189,7 +189,6 @@ release:
github:
owner: BeesNestInc
name: CassetteOS-LocalStorage
draft: true
prerelease: auto
mode: replace
name_template: "v{{ .Version }}"
5 changes: 1 addition & 4 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,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/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/deckarep/golang-set/v2 v2.3.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/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a h1:RenIAa2q4H8UcS/cqmwdT1WCWIAH5aumP8m8RpbqVsE=
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a/go.mod h1:sSBbaOg90XwWKtpT56kVujF0bIeVITnPlssLclogS04=
Expand Down