Skip to content

Commit 3c40947

Browse files
authored
Docs: Add release instructions (#115)
1 parent 8e975a8 commit 3c40947

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing to sqlds
2+
3+
## Releasing
4+
5+
If you want to create a new version of the sqlds for release, follow these steps:
6+
7+
- Checkout the commit you want to tag (`git checkout <COMMIT_SHA>`)
8+
- Run `git tag <VERSION>` (For example **v3.3.0**)
9+
- NOTE: We're using Lightweight Tags, so no other options are required
10+
- Run `git push origin <VERSION>`
11+
- Verify that the tag was create successfully [here](https://github.com/grafana/sqlds/tags)
12+
- Create a release from the tag on GitHub.
13+
- Use the tag name as title.
14+
- Click on the _Generate release notes_ button.

0 commit comments

Comments
 (0)