Skip to content

Commit

Permalink
chore: modify settings for alpha release
Browse files Browse the repository at this point in the history
DSil committed Jan 8, 2025
1 parent 9c4e6b2 commit ae29c09
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -71,4 +71,3 @@ jobs:
fi
yarn docs changelog
git add docs/src/data/log.md && git commit -m "docs: update changelog" && git push
yarn zx scripts/post-changelog.mjs
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -5,12 +5,10 @@
"packages": ["packages/*", "docs"],
"command": {
"version": {
"allowBranch": "master",
"message": "chore: publish",
"conventionalCommits": true
},
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"ignoreChanges": [
"packages/orbit-design-tokens/scripts/**",

0 comments on commit ae29c09

Please sign in to comment.