Skip to content

Commit 4970e3a

Browse files
committed
docs: add not about npm version making the tag
1 parent 29abd2d commit 4970e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ yarn test
8585

8686
A GitHub Action has been developed to help automate package releases. All that you will need to do is:
8787

88-
1. Make sure to increase the `version` field in the **package.json**. `npm version [major | minor | patch]` will handle the versioning and commit for you.
88+
1. Make sure to increase the `version` field in the **package.json**. `npm version [major | minor | patch]` will handle the versioning, commit, and tag creation for you.
8989
2. On the GitHub repo's home page, navigate to the righthand side and click on **Create a new release**
9090
3. Give the release a `title` and `description` outlining the changes made in the release
9191
4. Choose/Create a **tag** corresponding to the new version that was added in the package.json in **step 1**

0 commit comments

Comments
 (0)