Skip to content

Commit

Permalink
Add release instructions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvillaisaza authored Jan 10, 2025
1 parent d79d991 commit 7694b52
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# jpvillaisaza

[![main][badge]][main]
[![ci][badge]][ci]

[badge]: https://github.com/jpvillaisaza/resume/actions/workflows/main.yml/badge.svg
[main]: https://github.com/jpvillaisaza/resume/actions/workflows/main.yml
[badge]: https://github.com/jpvillaisaza/resume/actions/workflows/ci.yml/badge.svg
[ci]: https://github.com/jpvillaisaza/resume/actions/workflows/ci.yml

## Release

To release a new version, create a tag with the version (for example,
`v1.2.3`):

```
git tag v1.2.3
```

And then push it:

```
git push origin v1.2.3
```

Or push all tags:

```
git push origin --tags
```

0 comments on commit 7694b52

Please sign in to comment.