Skip to content

ci: Do release tagging in CI and add --draft support #5652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jan 11, 2023
Merged
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
Prev Previous commit
Next Next commit
Fix release notes check
  • Loading branch information
mafredri committed Jan 10, 2023
commit 7055b1d965626bf8d72460c971d11018db38aecf
4 changes: 2 additions & 2 deletions scripts/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ if [[ "$version" == "" ]]; then
version="$(execrelative ./version.sh)"
fi

if [[ -z $release_notes ]]; then
error "No release notes specified, use --release-notes."
if [[ -z $release_notes_file ]]; then
error "No release notes files specified, use --release-notes-file."
fi

# realpath-ify all input files so we can cdroot below.
Expand Down