Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 817 Bytes

release.md

File metadata and controls

67 lines (45 loc) · 817 Bytes

Sürüm

  • CHANGELOG.md düzenle

    git commit CHANGELOG.md -m "chore: Changelog for upcoming release"
  • Sürüm numarasını arttır

  • Bundle güncelle

    bundle install
  • Testleri çalıştır

  • Paketi inşa ve kontrol et

    rake build
  • Varsa hataları düzelt

  • Sürüm

    git commit -a -m "chore: Release x.x.x"
  • Ana dala birleştir

    git checkout master
    git merge dev
    git checkout dev
  • Paketi upload et

    gem push pkg/ellipses-x.x.x.gem
  • Tag'le

    git tag -a x.x.x -m "Releasing version x.x.x"
  • Değişiklikleri gönder

    git push
    git push --tags
  • Github'ta release oluştur

  • Temizle

    rake clean