-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer using the releases/ folder to publish to NPM.
Temporarily removing diff of current vs release upon git push, since we removed the releases/*. We currently rely on npm run test:reference to do the visual diffing, and will reintroduce automated visual diffing in a later PR (e.g., via a script that downloads the previous release from NPM). grunt-bump and grunt-release are a bit too automated / magical. We can revisit npm release automation via an interactive script that uses native npm commands, such as: npm version npm pack npm publish --dry-run This automation script can also use native git commands like: git commit -m "VexFlow 4.0.0" git tag -a 5.0.0 -m "VexFlow 5.0.0-beta"
- Loading branch information
Showing
3 changed files
with
2 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters