Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: "Release Dev"
on:
push:
branches:
- 'master'
# - 'main'
- '7.x'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't need dev releases for 7.x, you can revert this change please.

workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"command": {
"version": {
"allowBranch": "main",
"allowBranch": "7.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): publish [skip ci]",
Expand Down
Loading