Skip to content

Commit

Permalink
Revert "chore: auto publish alpha Rich Text package (#782)" (#783)
Browse files Browse the repository at this point in the history
This reverts commit d7ca79d.
  • Loading branch information
z0al committed Jul 27, 2021
1 parent d7ca79d commit 4b35661
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Expand Up @@ -75,8 +75,8 @@ jobs:
- run: git config --global user.name "contentful-ecosystem-bot"
- yarn_install
- run: yarn build
- run: yarn lerna version --no-private --conventional-commits --conventional-prerelease --create-release github --yes
- run: yarn lerna publish from-git --yes --dist-tag next
- run: yarn lerna version --no-private --conventional-commits --create-release github --yes
- run: yarn lerna publish from-git --yes

workflows:
version: 2
Expand All @@ -89,9 +89,7 @@ workflows:
- release:
filters:
branches:
only:
- master
- next
only: master
requires:
- lint
- unit-tests
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,7 +5,7 @@
"workspaces": ["packages/**", "extensions/**"],
"command": {
"version": {
"allowBranch": ["master", "next"],
"allowBranch": "master",
"conventionalCommits": true,
"message": "chore(release): updated release notes and package versions [ci skip]",
"ignoreChanges": [
Expand Down
3 changes: 0 additions & 3 deletions packages/rich-text/package.json
Expand Up @@ -54,8 +54,5 @@
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.13.13",
"@contentful/rich-text-react-renderer": "^14.1.3"
},
"publishConfig": {
"tag": "next"
}
}

0 comments on commit 4b35661

Please sign in to comment.