Skip to content

Commit fca9f34

Browse files
Updated README to point to RELEASE file
1 parent cb5a64b commit fca9f34

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ The repository structure is the following:
1212

1313
## Creating a new release
1414

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.
15+
See [RELEASE](RELEASE.md) for more information.
2016

2117
## Troubleshooting and Feedback
2218

0 commit comments

Comments
 (0)