Skip to content

Commit

Permalink
Update Publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 25, 2023
1 parent 3af934b commit 169420e
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 169420e

Please sign in to comment.