Skip to content

Commit 169420e

Browse files
committed
Update Publishing instructions
1 parent 3af934b commit 169420e

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,23 @@ Lint code with
145145
$ make check
146146
```
147147

148-
Watch code and rebuild on changes with
149-
150-
```
151-
$ npm start
152-
```
148+
### Publishing
149+
150+
Simply create a new tag to trigger a GitHub action
151+
which will create a GitHub Release with the generated PDFs.
152+
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
153165

154166
## Source Code
155167

0 commit comments

Comments
 (0)