We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea164f commit 7fccf25Copy full SHA for 7fccf25
README.md
@@ -95,7 +95,7 @@ create an issue to discuss the contribution first.
95
## How to release new version?
96
* Commit your changes to main.
97
* Make sure you update the version number in cmd/root.go, around line 96.
98
-* Create new tag with the new version, this triggers a new build and published the binaries.
+* Create new tag with the new version (e.g. x2i-1.2.3), this triggers a new build and publishes the binaries.
99
100
## License
101
This application is licensed under MIT license. Please read the LICENSE file for details.
0 commit comments