Skip to content

Commit

Permalink
Merge pull request #34 from code-hike/test-release-label
Browse files Browse the repository at this point in the history
Turn onlyPublishWithReleaseLabel on
  • Loading branch information
pomber authored Mar 12, 2021
2 parents 984f08d + f4f0bfe commit 4e9691b
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 4,426 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Release

on: [push]
on:
push:
pull_request:
types: [opened, labeled]
branches:
- main
- next

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"release": "auto shipit"
},
"devDependencies": {
"auto": "^10.18.4",
"auto": "^10.18.5",
"lerna": "^4.0.0"
},
"repository": "code-hike/codehike",
Expand All @@ -25,6 +25,6 @@
"npm",
"released"
],
"onlyPublishWithReleaseLabel": false
"onlyPublishWithReleaseLabel": true
}
}
Loading

0 comments on commit 4e9691b

Please sign in to comment.