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 449fa5b commit 0439aedCopy full SHA for 0439aed
README.md
@@ -47,6 +47,15 @@ No. Primarily because you shouldn't really query your database directly from a c
47
2. Run `npm run dev`
48
3. Run `npm test` while you work
49
50
+**Deploy**
51
+
52
+Deploys are automated on tag:
53
54
+```sh
55
+git tag <version> # use package.json version
56
+git push origin --tags
57
+```
58
59
## Licence
60
61
Apache 2.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@supabase/pg-api",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A RESTful API for managing your Postgres.",
5
"main": "src/start.js",
6
"bin": "src/start.js",
0 commit comments