-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: rename and bump up dependencies #176
Conversation
- github.com/line/lbm-sdk => github.com/Finschia/finschia-sdk - github.com/line/ostracon => github.com/Finschia/ostracon - github.com/line/ibc-go => github.com/Finschia/ibc-go - github.com/line/wasmd => github.com/Finschia/wasmd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check below files and change the link from line/lbm
or line/finschia
, etc.
- .releaserc
- CHANGELOG.md
- CONTRIBUTIONG.md
- README.md
- RELEASE_NOTE.md
I thought they would be addressed by another PR. Should I update them right now? |
If you want, please add another PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check .goreleaser.yml
Lines 18 to 22 in fad6987
- -X github.com/line/lbm-sdk/version.Name=finschia | |
- -X github.com/line/lbm-sdk/version.ServerName=finschia | |
- -X github.com/line/lbm-sdk/version.Version={{ .Version }} | |
- -X github.com/line/lbm-sdk/version.Commit={{ .FullCommit }} | |
- -X "github.com/line/lbm-sdk/version.BuildTags=netgo,ledger" |
There are several "line" related things remaining:
|
Also, the pushing repository name would be updated to |
7924572
to
fc4f27a
Compare
* rc/v1.0.0-rc0: (26 commits) ci: add a ci to build darwin version when add tag (Finschia#180) chore: Release v1.0.0-rc7 (Finschia#179) Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7 (Finschia#178) chore: Release v1.0.0-rc6 (Finschia#177) build: rename and bump up dependencies (Finschia#176) chore: bump up lbm-sdk from v0.47.0-rc5 to v0.47.0-rc5.0.20230414034539-489c442416cd (Finschia#174) chore: Release v1.0.0-rc5 (Finschia#173) Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 (Finschia#172) chore: apply wasmd v0.1.2 (Finschia#171) fix license copyright holder and typo (Finschia#170) Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 (Finschia#168) Bump up github.com/line/lbm-sdk from v0.47.0-rc3 to v0.47.0-rc4 (Finschia#167) chore: release v1.0.0-rc3 (Finschia#166) feat: bump up ibc-go v3.3.2 and wasmd for changing ibc light client of Ostracon to Tendermint (Finschia#164) chore: update license notice and code_of_conduct (Finschia#165) Bump github.com/line/lbm-sdk from v0.47.0-rc2 to v0.47.0-rc3 (Finschia#162) fix: fix `release-build` ci error occurred when adding assets after tagging (Finschia#163) chore: release v1.0.0-rc2 (Finschia#160) Bump github.com/line/lbm-sdk from v0.47.0-rc1 to v0.47.0-rc2 (Finschia#159) chore: update build args to arm64 (Finschia#157) ...
Description
This patch would:
github.com/Finschia/finschia-sdk
finschia-sdk#970Checklist:
CHANGELOG.md