Skip to content

Commit e6563f6

Browse files
authored
Merge pull request #11 from prometheus-community/versionning_auto
Versionning auto
2 parents 99521df + 08b624e commit e6563f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- run: npm run lint
4545

46-
4746
publish:
4847
<<: *defaults
4948
steps:
@@ -55,6 +54,7 @@ jobs:
5554
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
5655
- run: cp ~/repo/README.md ~/repo/lib/README.md
5756
- run: cp ~/repo/package.json ~/repo/lib/package.json
57+
- run: cd ~/repo/lib && npm version --no-git-tag-version ${CIRCLE_TAG}
5858
- run: npm publish ~/repo/lib --access public
5959

6060
workflows:

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-promql",
3-
"version": "1.5.1",
3+
"version": "0.0.0",
44
"description": "Bundle of promql language for the Monaco Editor.",
55
"scripts": {
66
"build": "mrmdir ./lib && tsc -p ./src/tsconfig.json",

0 commit comments

Comments
 (0)