[CORL-972] Version Linter (#2898)

* fix: added version linting

* chore: bump 6.0.2
This commit is contained in:
Wyatt Johnson
2020-03-19 18:44:56 +00:00
committed by GitHub
parent 78cfb4cac8
commit 18b274a6a9
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -69,6 +69,9 @@ jobs:
command: |
npm run doctoc
git diff --exit-code
- run:
name: Lint Versions
command: npx @coralproject/package-version-lint
# unit_tests will run the unit tests.
unit_tests:
@@ -141,6 +144,9 @@ jobs:
<<: *job_defaults
steps:
- checkout
- run:
name: Verify release version
command: npx @coralproject/package-version-lint --expect ${CIRCLE_TAG/#v}
- setup_remote_docker
- deploy:
name: Deploy the code
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "5.5.1",
"version": "6.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -26560,7 +26560,7 @@
"dependencies": {
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
"dev": true
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "6.0.1",
"version": "6.0.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [