Skip to content

Commit

Permalink
Sync with b4cd7f1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic Release Lite bot committed Sep 17, 2023
1 parent 8366a27 commit 596527a
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.3
v0.2.0
2 changes: 1 addition & 1 deletion _common/common-config.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _common/github.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions _common/sync-check.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generate-changelog/generate-changelog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ inputs:
tag:
description: Tag that just got released
required: true
allow-out-of-sync:
description: Continue with notifications even if we're out of sync with the remote. Takes precedence over `error-on-ratelimit`.
default: 'false'
required: true
issues:
description: List of issue numbers separated by comma to notify
required: true
Expand All @@ -20,7 +24,7 @@ inputs:
required: true
default: ${{ github.token }}
error-on-ratelimit:
description: Error if the GitHub API token gits a rate limit
description: Fail the step if the GitHub API token gits a rate limit instead of just printing a warning.
required: false
default: 'false'
error-on-out-of-sync:
Expand Down
2 changes: 1 addition & 1 deletion notify/notify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sync-check/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Semantic Release Lite: Sync Check'
description: Checks if we're still in sync with the remote repo
runs:
using: node20
main: sync-check.js
1 change: 1 addition & 0 deletions sync-check/sync-check.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 596527a

Please sign in to comment.