File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,17 @@ This image includes an entry point that translates environment strings into [con
6969
7070You can also inject your version of config file to ` /etc/gearmand.conf ` as needed.
7171
72+ ## Release process
73+
74+ To create a new release, run the following command, replacing ` VERSION ` with the
75+ desired version (which must match a directory for the build context in this
76+ repository), e.g. ` 1.1.21.4 ` :
77+
78+ gh workflow run release.yml --field version=VERSION
79+
80+ This command will automatically build and publish the images, create a git tag,
81+ and publish a GitHub release.
82+
7283## Credits
7384
7485See the [ list of contributors] ( https://github.com/artefactual-labs/docker-gearmand/graphs/contributors ) .
You can’t perform that action at this time.
0 commit comments