Skip to content

Commit

Permalink
Update documentation on tag/version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jojomi committed Sep 21, 2015
1 parent 5998e3f commit ea12d9a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,4 @@ The image is conveniently small at **about 20 MB** thanks to [alpine](http://gli

## Creating a new tag

```
export HUGO_RELEASE=0.14
# export HUGO_RELEASE=git
git checkout master
git checkout -b $HUGO_RELEASE
./update.sh $HUGO_RELEASE
git add .
git commit -m "version $HUGO_RELEASE"
git push -u origin $HUGO_RELEASE
```
Create a new git branch, change the line `ENV HUGO_VERSION=0.14` in `Dockerfile` and wire it in the Docker Hub accordingly.

0 comments on commit ea12d9a

Please sign in to comment.