You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@ yarn test
85
85
86
86
A GitHub Action has been developed to help automate package releases. All that you will need to do is:
87
87
88
-
1. Make sure to increase the `version` field in the **package.json**
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.
89
89
2. On the GitHub repo's home page, navigate to the righthand side and click on **Create a new release**
90
90
3. Give the release a `title` and `description` outlining the changes made in the release
91
91
4. Choose/Create a **tag** corresponding to the new version that was added in the package.json in **step 1**
92
-
5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm.
92
+
5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm.
0 commit comments