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 447ca1a commit a8e87bcCopy full SHA for a8e87bc
README.md
@@ -71,3 +71,13 @@ chmod +x cf-support
71
1. Go the the [Latest](https://github.com/codefresh-support/codefresh-support-package/releases/latest) release.
72
1. Download the cf-support_windows_x86_64.zip file
73
1. Run the `.exe` file via CMD or PowerShell
74
+
75
+## How to Release a New Version
76
77
+1. Create a tag starting with `v`
78
+1. Push tag to repo
79
80
+```shell
81
+git tag -a v1.0.0 -m "Release version 1.0.0"
82
+git push origin v1.0.0
83
+```
0 commit comments