Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrop committed Jul 28, 2021
1 parent 8a11416 commit b5f2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We use [Github actions](https://travis-ci.org/pietrop/digital-paper-edit-electro
2. Commit that change (`git commit -m"1.2.3"`)
3. Tag your commit (`git tag v1.2.3`). Make sure your tag name's format is `*.*.*`.
1. Your workflow will use this tag to detect when to create a release
4. Push your changes to GitHub (`git push && git push --tags`)
4. Push your changes to GitHub (`git push && git push --tags`) or (`git push && git push origin v1.2.3`)


<!-- Probably through Travis or Circle CI -->
Expand Down

0 comments on commit b5f2825

Please sign in to comment.