Skip to content

Commit

Permalink
feat: new cli name, beta version config
Browse files Browse the repository at this point in the history
  • Loading branch information
bgutsol authored and mshaaban0 committed Feb 9, 2023
1 parent dfc600d commit 3fe7b2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
template-preset: 'semantic-release-ecosystem'
- run: git fetch --tags
- run: npm ci
- run: npm run build:package
- run: npm run semantic-release
audit:
docker: &ref_0
Expand Down Expand Up @@ -101,17 +100,18 @@ workflows:
jobs:
- unit
- integration
- linux
- osx
# - linux
# - osx
# - audit
- release:
context: vault
requires:
- unit
- integration
- linux
- osx
# - linux
# - audit
# - osx
filters:
branches:
only:
- master
- experimental
- next
30 changes: 3 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "contentful-cli",
"name": "@contentful/cli",
"version": "0.0.0-determined-by-semantic-release",
"description": "Contentful CLI tool",
"main": "bin/contentful.js",
Expand Down Expand Up @@ -151,12 +151,7 @@
},
"release": {
"branches": [
"master",
{
"name": "experimental",
"channel": "experimental",
"prerelease": true
}
"next"
],
"plugins": [
[
Expand All @@ -174,26 +169,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
{
"path": "build/contentful-cli-macos-*.zip",
"name": "contentful-cli-macos-${nextRelease.version}.zip",
"label": "MacOS executable"
},
{
"path": "build/contentful-cli-linux-*.zip",
"name": "contentful-cli-linux-${nextRelease.version}.zip",
"label": "Linux executable"
},
{
"path": "build/contentful-cli-win-*.zip",
"name": "contentful-cli-win-${nextRelease.version}.zip",
"label": "Windows executable"
}
]
}
"@semantic-release/github"
]
]
}
Expand Down

0 comments on commit 3fe7b2e

Please sign in to comment.