diff --git a/README.md b/README.md index 33815ec..aa630d8 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,23 @@ Lint code with $ make check ``` -Watch code and rebuild on changes with - -``` -$ npm start -``` +### Publishing + +Simply create a new tag to trigger a GitHub action +which will create a GitHub Release with the generated PDFs. + +- Directly from [GitHub Releases]. +- Using Git with + ``` + $ git tag 1.2.3 -m v1.2.3 + $ git push --tags + ``` +- Using Bower with + ``` + $ npm run ver 1.2.3 + ``` + +[GitHub Releases]: https://github.com/makenew/latex-project/releases/new ## Source Code