Skip to content
Snippets Groups Projects
Unverified Commit 8b80814b authored by Jess's avatar Jess Committed by GitHub
Browse files

Merge pull request #203 from jessicayuen/revert-192-version

Revert "Update default version in Makefile to v0.7.0"
parents 048ddf56 072da776
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,9 @@ To make a new release, follow these instructions:
```
VERSION=vX.Y.Z
```
2. Build a release binary (this implicitly uses `$VERSION`):
2. Build a release binary (this will set the `ks` version to `$VERSION`):
```
make
make install -e VERSION=$VERSION
```
3. Add an appropriate tag. We do this via `git` (not the github UI) so that the tag is signed. This process requires you to have write access to the real `master` branch (not your local fork).
```
......
......@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = v0.7.0
VERSION = dev-$(shell date +%FT%T%z)
GO = go
EXTRA_GO_FLAGS =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment