You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,5 +69,14 @@ Run as follows
69
69
make test
70
70
```
71
71
72
+
## Version Release Procedure
73
+
Once a new pull request has been merged into `master` the following script should be executed locally. The script will trigger a new image build in docker hub with the new image having the tag `release-<version>`. The version is taken from the `VERSION` file and must follow semantic versioning. For more information see [semver.org](https://semver.org/).
74
+
75
+
Prior to running the following command ensure the number has been increased to desired version in `VERSION`:
76
+
77
+
```bash
78
+
./release-version.sh
79
+
```
80
+
72
81
## Metadata
73
82
[](http://microbadger.com/images/infinityworks/github-exporter"Get your own image badge on microbadger.com")[](http://microbadger.com/images/infinityworks/github-exporter"Get your own version badge on microbadger.com")
0 commit comments