1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00

fix release procedure

This commit is contained in:
Mikael Finstad 2018-06-05 21:56:46 +02:00
parent a75e47432f
commit beab7ffa4e

View File

@ -3,9 +3,9 @@
### Release new version ### Release new version
``` ```
# Commit changes # Commit changes
npm version ...
# Update CHANGELOG.md # Update CHANGELOG.md
# Commit CHANGELOG.md # Commit CHANGELOG.md
npm version ...
# Push with tag # Push with tag
# Wait for Travis # Wait for Travis
``` ```