Skip to content

Commit f3ae331

Browse files
committed
ci(release): remove the needs-release check for now
For now we settled on triggering releases manually so this kind of commit filtering and analyzing has no purpose.
1 parent b536666 commit f3ae331

File tree

2 files changed

+1
-86
lines changed

2 files changed

+1
-86
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# - https://github.blog/changelog/2020-10-02-npm-automation-tokens/ and
2323
# - https://docs.npmjs.com/creating-and-viewing-access-tokens
2424
# TODO (later) Remove --no-git-tag-version and --no-push and use lerna publish instead of lerna version
25-
- run: bin/needs-release.js || npx lerna version --no-git-tag-version --no-push --yes
25+
- run: npx lerna version --no-git-tag-version --no-push --yes
2626

2727
# TODO (later) remove this?
2828
- run: git status

bin/needs-release.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)