Skip to content

Commit ffaa12a

Browse files
committed
📚 DOCS: Update publishing instructions
1 parent d45e440 commit ffaa12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Modify the test in `tests/fixtures.spec.ts`, to load your plugin, then the "fixt
147147
On commits/PRs to the `master` branch, the GH actions will trigger, running the linting, unit tests, and build tests.
148148
Additionally setup and uncomment the [codecov](https://about.codecov.io/) action in `.github/workflows/ci.yml`, to provide automated CI coverage.
149149

150-
Finally, you can update the version of your package, e.g.: `npm version patch -m "🚀 RELEASE: v%s"`, build; `npm run build`, and publish; `npm publish`.
150+
Finally, you can update the version of your package, e.g.: `npm version patch -m "🚀 RELEASE: v%s"`, push to GitHub; `git push --follow-tags`, build; `npm run build`, and publish; `npm publish`.
151151

152152
Finally, you can adapt the HTML document in `docs/`, to load both markdown-it and the plugin (from [unpkg]), then render text from an input area.
153153
This can be deployed by [GitHub Pages].

0 commit comments

Comments
 (0)