Skip to content

Commit 4af598d

Browse files
committed
Document release process
1 parent e580ee8 commit 4af598d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ This image includes an entry point that translates environment strings into [con
6969

7070
You 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

7485
See the [list of contributors](https://github.com/artefactual-labs/docker-gearmand/graphs/contributors).

0 commit comments

Comments
 (0)