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 3af934b commit 169420eCopy full SHA for 169420e
README.md
@@ -145,11 +145,23 @@ Lint code with
145
$ make check
146
```
147
148
-Watch code and rebuild on changes with
149
-
150
-```
151
-$ npm start
152
+### Publishing
+
+Simply create a new tag to trigger a GitHub action
+which will create a GitHub Release with the generated PDFs.
153
+- Directly from [GitHub Releases].
154
+- Using Git with
155
+ ```
156
+ $ git tag 1.2.3 -m v1.2.3
157
+ $ git push --tags
158
159
+- Using Bower with
160
161
+ $ npm run ver 1.2.3
162
163
164
+[GitHub Releases]: https://github.com/makenew/latex-project/releases/new
165
166
## Source Code
167
0 commit comments