- Change the version in
package.json
, save but don't commit yet. - Start from the repo root and run the following commands (replace X.Y.Z with the new version number, e.g., 0.2.0):
cp src/mavo-firebase-firestore.js .
cp src/mavo-firebase-firestore.css .
// Inside mavo-firebase-firestore.js, replace %%VERSION%% with the new version.
cd dist
mkdir -m 777 X.Y.Z
cp ../mavo-firebase-firestore.js X.Y.Z
cp ../mavo-firebase-firestore.css X.Y.Z
cd ..
- Commit and push.
- Create new release on Github.