Runtime-deprecate ospec, change change-log to changelog, fix a few assorted bugs (#2578)
This commit is contained in:
parent
1630b06106
commit
9f0dc2ab46
76 changed files with 484 additions and 410 deletions
|
|
@ -123,7 +123,7 @@ async function release({increment, preid, publish}) {
|
|||
|
||||
console.error(`
|
||||
Copy the parts listed in "Upcoming" to a new section "### v${version}" in
|
||||
docs/change-log.md and clear that section out. Also, add today's date under the
|
||||
docs/changelog.md and clear that section out. Also, add today's date under the
|
||||
new section's heading to match the others and don't forget to update the table
|
||||
of contents accordingly.
|
||||
`)
|
||||
|
|
@ -138,7 +138,7 @@ of contents accordingly.
|
|||
// Verify the changelog was updated, and give a chance to retry if it's
|
||||
// prematurely continued.
|
||||
const changes = getChanges()
|
||||
const isChangelog = /^[ M][ M] docs\/change-log\.md$/
|
||||
const isChangelog = /^[ M][ M] docs\/changelog\.md$/
|
||||
const errors = []
|
||||
|
||||
console.log("changes", changes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue