Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 550 Bytes

Steps for new release

  1. Change the version in package.json, save but don't commit yet.
  2. 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 ..
  1. Commit and push.
  2. Create new release on Github.