1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +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
```
# Commit changes
npm version ...
# Update CHANGELOG.md
# Commit CHANGELOG.md
npm version ...
# Push with tag
# Wait for Travis
```