Skip to content

Commit

Permalink
chore(release): v0.2.2-alpha.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Oct 2, 2024
1 parent 29f8516 commit 1270605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
name: 'Release (precheck)'
needs: build
if: |
github.ref == 'ref/head/main' &&
github.event_name == 'push' &&
github.ref_name == 'main' &&
startsWith(github.event.head_commit.message, 'chore(release)')
uses: ./.github/workflows/release.yml
5 changes: 3 additions & 2 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.1",
"version": "0.2.2-alpha.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -98,5 +98,6 @@
"@turf/invariant": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.14"
}
},
"stableVersion": "0.2.1"
}

0 comments on commit 1270605

Please sign in to comment.