We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6224384 commit 61f8b8eCopy full SHA for 61f8b8e
1 file changed
CONTRIBUTING.md
@@ -0,0 +1,14 @@
1
+## enviroMS Contributing Guidelines
2
+
3
+A work in progress.
4
5
+#### Steps to create a new version
6
7
+1. Protect feature branch.
8
+2. Set up Github mirroring (work with Yuri).
9
+3. The next push to feature branch will trigger Github Actions to run on that branch. Ensure those checks are passing.
10
+4. Bump enviroMS version using Makefile command (see semantic versioning guidelines).
11
+5. Merge feature branch into main on Gitlab.
12
+6. Use Github Actions to manually push the new Docker image to Dockerhub.
13
+7. Ensure Github checks now pass on main, using the latest Dockerhub image.
14
+8. Create a new release tag on Github.
0 commit comments