Skip to content

Commit e1d1edd

Browse files
committed
docs: instructions for new releases
1 parent 66bc47b commit e1d1edd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ If you make any changes to a `.templ` file, don't forget to generate a native go
108108
go tool templ generate
109109
```
110110

111+
To create a release, simply push a tag and the pipeline will do the rest.
112+
[Semantic versioning](https://semver.org/) and [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) are a must!
113+
114+
```
115+
git tag vX.Y.Z
116+
git push --tags
117+
```
118+
111119
## 📜 License
112120
This project is licensed under the [GNU General Public License v3.0](./LICENSE).
113121
You are free to use, modify, and distribute this software under the terms of the license.

0 commit comments

Comments
 (0)