Skip to content

Commit

Permalink
fix: release notes publish bug
Browse files Browse the repository at this point in the history
RELEASE_ALL
  • Loading branch information
tannerlinsley committed May 11, 2022
1 parent 378e772 commit aa8ff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ async function run() {
}

const scope = commit.parsed.scope
? `(${commit.parsed.scope}): `
? `${commit.parsed.scope}: `
: ''
const subject = commit.parsed.subject ?? commit.subject
// const commitUrl = `${remoteURL}/commit/${commit.commit.long}`;
Expand Down

1 comment on commit aa8ff19

@vercel
Copy link

@vercel vercel bot commented on aa8ff19 May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-table – ./

react-table-git-alpha-tanstack.vercel.app
react-table-v8.tanstack.com
react-table-tanstack.vercel.app

Please sign in to comment.