Skip to content

Commit

Permalink
chore(release): v0.2.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 1, 2024
1 parent f655656 commit 7343c3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-api-client",
"author": "Don McCurdy <donmccurdy@carto.com>",
"packageManager": "yarn@4.3.1",
"version": "0.2.0",
"version": "0.2.1-0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "rimraf build/*",
"postversion": "yarn postversion:check && yarn postversion:commit && yarn postversion:push",
"postversion:check": "yarn lint && yarn test",
"postversion:commit": "VERSION=v$npm_package_version && if [[ $(git rev-parse --abbrev-ref HEAD) == main ]]; then git checkout -b 'release/$VERSION'; fi && git add -u && git commit -m 'chore(release): $VERSION' && git tag -a $VERSION -m $VERSION",
"postversion:commit": "VERSION=v$npm_package_version && node scripts/postversion-commit.js",
"postversion:push": "git push && git push --tags",
"prepublish": "yarn lint && yarn test",
"prepack": "yarn clean && yarn build"
Expand Down Expand Up @@ -97,5 +97,6 @@
"@turf/invariant": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.14"
}
},
"stableVersion": "0.2.0"
}

0 comments on commit 7343c3e

Please sign in to comment.