Skip to content

Commit

Permalink
npm run changelog (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored Jun 29, 2022
1 parent f7748dc commit 2abc824
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@
"prepare-release": "npm run build-release && node ./scripts/npm/prepare-release.js",
"prepare": "husky install",
"prepare-www": "node scripts/www/rewriteImports.js",
"release": "npm run prepare-release && node ./scripts/npm/release.js",
"update-version": "node ./scripts/updateVersion"
"changelog": "func() { git log --oneline ${1}...HEAD --pretty=format:\"- %s %an\"; }; func",
"update-version": "node ./scripts/updateVersion",
"release": "npm run prepare-release && node ./scripts/npm/release.js"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
Expand Down

2 comments on commit 2abc824

@vercel
Copy link

@vercel vercel bot commented on 2abc824 Jun 29, 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:

lexical – ./packages/lexical-website-new

lexical-fbopensource.vercel.app
lexical.dev
lexical-git-main-fbopensource.vercel.app
www.lexical.dev
lexicaljs.org
lexicaljs.com

@vercel
Copy link

@vercel vercel bot commented on 2abc824 Jun 29, 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:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-fbopensource.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.