mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 09:17:49 +08:00
Merge pull request #2986 from ipfs/feat/remove-gobuilder
Remove gobuilder mentions, update release procedure
This commit is contained in:
commit
d1f36dcf31
@ -1 +0,0 @@
|
||||
LICENSE
|
||||
@ -1,4 +0,0 @@
|
||||
---
|
||||
triggers:
|
||||
- github.com/ipfs/go-ipfs/cmd/ipfs
|
||||
no_go_fmt: true
|
||||
@ -124,8 +124,7 @@ If you make changes to the protocol buffers, you will need to install the [proto
|
||||
|
||||
IPFS has an updating tool that can be accessed through `ipfs update`. The tool is
|
||||
not installed alongside IPFS in order to keep that logic independent of the main
|
||||
codebase. To install `ipfs update`, either [download it here](https://gobuilder.me/github.com/ipfs/ipfs-update)
|
||||
or install it from source with `go get -u github.com/ipfs/ipfs-update`.
|
||||
codebase. To install `ipfs update`, [download it here](https://ipfs.io/ipns/dist.ipfs.io/#ipfs-update).
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
# [go-ipfs/cmd/ipfs](http://github.com/ipfs/go-ipfs/tree/master/cmd/ipfs)
|
||||
|
||||

|
||||
|
||||
This is the ipfs commandline tool. For now, it's the main entry point to using IPFS.
|
||||
|
||||
|
||||
## Install from source
|
||||
|
||||
```
|
||||
go install
|
||||
ipfs
|
||||
```
|
||||
|
||||
## Install from [gobuilder.me](https://gobuilder.me/)
|
||||
|
||||
If you're viewing this in [gobuilder](https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs), choose the binary that suits you best at the end of this page. Download it, unzip it, and move the binary into place.
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
# initialize an ipfs node
|
||||
ipfs init
|
||||
|
||||
# list some commands
|
||||
ipfs
|
||||
|
||||
# get help
|
||||
ipfs <subcmd> --help
|
||||
```
|
||||
@ -12,9 +12,10 @@ will be allowed up to release day.
|
||||
- [ ] all tests pass (no exceptions)
|
||||
- [ ] webui works (for most definitions of 'works')
|
||||
- [ ] CHANGELOG.md has been updated
|
||||
- use `git log --pretty=short vLAST..master`
|
||||
- use `LAST=v0.4.2 for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done`
|
||||
- [ ] version string in `repo/config/version.go` has been updated
|
||||
- [ ] tag commit with vX.Y.Z
|
||||
- [ ] bump version string in `repo/config/version.go` to `vX.Y.Z-dev`
|
||||
- [ ] update release branch to point to release commit
|
||||
- [ ] ensure version is built in gobuilder
|
||||
- [ ] publish dist.ipfs.io
|
||||
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user