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 cb5a64b commit fca9f34Copy full SHA for fca9f34
README.md
@@ -12,11 +12,7 @@ The repository structure is the following:
12
13
## Creating a new release
14
15
-A new release will be automatically created when a new tag is published. The following are the steps to publish a new tag
16
-1. Checkout the branch locally on which you need to publish the new tag.
17
-1. Create a new tag locally using the command `git tag -a 2.0.1 commitHash -m "tag message"`
18
-1. Push the tag to GitHub using `git push origin 2.0.1`.
19
-1. This will create a new tag and will automatically start the release workflow for publishing a new release.
+See [RELEASE](RELEASE.md) for more information.
20
21
## Troubleshooting and Feedback
22
0 commit comments