Skip to content

Commit a8e87bc

Browse files
committed
updated readme on how to release a new version
1 parent 447ca1a commit a8e87bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,13 @@ chmod +x cf-support
7171
1. Go the the [Latest](https://github.com/codefresh-support/codefresh-support-package/releases/latest) release.
7272
1. Download the cf-support_windows_x86_64.zip file
7373
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

Comments
 (0)