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 d5a39cc commit 243ed4bCopy full SHA for 243ed4b
README.md
@@ -10,6 +10,7 @@ This package enables Node.js applications to use a CAN bus over USB.
10
4. Run `npm run prepublish`
11
5. Commit change to git
12
6. Run `git tag v<version>`
13
-7. Run `git push --tags`
14
-8. Run `npm publish --access public`
15
-9. Create a new release on GitHub with an explanation of the changes
+7. Run `git push`
+8. Run `git push --tags`
+9. Run `npm publish --access public`
16
+10. Create a new release on GitHub with an explanation of the changes
0 commit comments