Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 284 Bytes

releasing.md

File metadata and controls

7 lines (6 loc) · 284 Bytes

How to release

  1. VERSION=1.0.0+6
  2. Update the version number: sed -i -e "s/^version: .*/version: $VERSION/" pubspec.yaml
  3. Commit it: git add pubspec.yaml && git commit -m "Tag version $VERSION"
  4. git push
  5. git push origin main:release/$VERSION