Clarify our use versions and improve guidance for tagging
git push --tags sends all the tags to the server. git push origin <tag> sends only the new tag to the server.
This commit is contained in:
parent
82dacc05d9
commit
347dff8ea8
12
README.md
12
README.md
@ -35,14 +35,18 @@ The last non-breaking revision is 0.52.0 https://github.com/dobbs/farm/tree/0.52
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
This image's tag does not match the version of the included wiki software.
|
This image's tag does not match the version of the included wiki
|
||||||
|
software. Our version indicates the scale of changes in this tiny
|
||||||
|
devops pipeline. For example, when we changed the `USER` directive and
|
||||||
|
removed the wiki config generation scripts, we bumped the major
|
||||||
|
version from 0.50.x to 1.0.x.
|
||||||
|
|
||||||
Notes to self:
|
Notes to self:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
docker build --tag dobbs/farm:0.51.0 .
|
docker build --tag dobbs/farm:1.0.2 .
|
||||||
git tag -am "" '0.51.0'
|
git tag -am "" '1.0.2'
|
||||||
git push --tags
|
git push origin '1.0.2'
|
||||||
```
|
```
|
||||||
|
|
||||||
The repos in Dockerhub and GitHub are configured to automatically build new tags.
|
The repos in Dockerhub and GitHub are configured to automatically build new tags.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user