We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e975a8 commit 3c40947Copy full SHA for 3c40947
CONTRIBUTING.md
@@ -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