mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
Updated Release Process (markdown)
@@ -21,30 +21,6 @@ It can also serve as a helpful source of information for those who follow in you
|
||||
Releases **must** be performed from Linux.
|
||||
You also need a working Docker environment.
|
||||
|
||||
## Get the latest tools
|
||||
|
||||
As of 1 October 2015, you need our fork of github-release,
|
||||
|
||||
```
|
||||
$ go get -u -v github.com/weaveworks/github-release
|
||||
```
|
||||
|
||||
You also need weaveworks/tools in the same parent folder as weaveworks/scope
|
||||
|
||||
```
|
||||
$ cd ..
|
||||
$ git clone https://github.com/weaveworks/tools
|
||||
```
|
||||
|
||||
## Update the dependencies
|
||||
|
||||
This **must** be done from the master branch.
|
||||
|
||||
```
|
||||
$ git checkout master
|
||||
$ make update
|
||||
```
|
||||
|
||||
## Create a release branch
|
||||
|
||||
`$ git checkout -b release-0.1.0`
|
||||
|
||||
Reference in New Issue
Block a user