Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(README.md): document releasing with the deisrel tool (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Jan 8, 2021
1 parent e140a84 commit e4f5cad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ creating [issues][] and submitting [pull requests][].
* [upx][]: executable packer
* [vim][]: text editor
* [wamerican][]: American English dictionary words for /usr/share/dict

## Usage

Mount your local Go code into a container's `$GOPATH` to run any `go` command or one of the
Expand All @@ -52,6 +53,8 @@ $ docker run --rm \
glide up
```

## Releases

The latest deis/go-dev Docker image is available at:

* [Quay.io][]
Expand All @@ -64,8 +67,26 @@ The latest deis/go-dev Docker image is available at:
docker pull deis/go-dev
```

To publish a new release of deis/go-dev, use the [deisrel][] tool:

```console
$ deisrel release docker-go-dev v1.28.7
Doing a dry run of the component release...

Creating changelog for docker-go-dev with tag v1.28.6 through commit 1a69c5502ef1bca014fbd3581451d1421829a42f


### v1.28.6 -> v1.28.7
...
```

If the CHANGELOG contents look correct, run the same command again but add the argument `--dry-run=false`.
You will be prompted to confirm again before any tag or release is written to GitHub.


[az]: https://github.com/Azure/azure-cli#readme
[azcopy]: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json
[deisrel]: https://github.com/deis/deisrel
[delve]: https://github.com/derekparker/delve
[dep]: https://github.com/golang/dep
[Docker Hub]: https://hub.docker.com
Expand Down

0 comments on commit e4f5cad

Please sign in to comment.