@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.25 to 0.0.1-beta.26
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.25", | ||
"version": "0.0.1-beta.26", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,2 @@ # Mappable JS API Example Package | ||
## Getting started | ||
@@ -37,4 +36,15 @@ | ||
CI described here `.github/workflows/release.yml` and `.github/workflows/tests.yml` | ||
```sh | ||
npm version prerelease --preid=beta --no-git-tag-version | ||
git add --all | ||
git commit -m "New version" | ||
git tag 0.0.1-beta.2 | ||
git push --tags origin HEAD:main | ||
``` | ||
CI described here | ||
- `.github/workflows/release.yml` - triggered when a new tag is created | ||
- `.github/workflows/tests.yml` - triggers on any push to the main branch | ||
For it to work, you need to declare two secrets in the GitHub Action: | ||
@@ -44,2 +54,1 @@ | ||
- `NPM_TOKEN` - To publish your package to npm | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40314