Skip to content

Commit

Permalink
fix: info script for CITATIONS notice in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Aug 6, 2021
1 parent d386020 commit cfa5db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ success "No errors found."
pending "Building distribution bundles..."
pnpm run build &>/dev/null || fail "build" "pnpm run build"
success "Built distribution bundles."
pending "Please change the version number in \`CITATIONS.cff\`"
info "Please change the version number in \`CITATIONS.cff\`"
info "Run \`np\` to publish."

0 comments on commit cfa5db7

Please sign in to comment.