Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
feat(build): set up standard-version for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Nov 27, 2019
1 parent 7618a3b commit 70f7372
Show file tree
Hide file tree
Showing 4 changed files with 1,354 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
prometheus-sql-adapter
# temp files
*.swp

# dependencies
node_modules

# artifacts
prometheus-sql-adapter
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "prometheus-sql-adapter",
"version": "0.2.0",
"description": "prometheus remote write adapter for postgresql",
"main": "prometheus-sql-adapter",
"repository": "git@github.com:ssube/prometheus-sql-adapter.git",
"author": "ssube <seansube@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"standard-version": "^7.0.1"
}
}
Loading

0 comments on commit 70f7372

Please sign in to comment.