Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 831 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 831 Bytes

MoonLink-Release

MoonLink release repo.

Release steps

Refer the guide of Creating a release of GitHub docs to create a release.

🚨 Please attention:

Each time before you create a release, respect the following steps:

  • create a empty commit with release message

    # release 1.0.0 version: empty commit with release messege
    git commit --allow-empty -m 'release 1.0.0' 
    
  • create a tag based on the empty release commit, such as v1.0.0

  • create a release based on this tag with notes and deliveries (installer packages)

An example of the release notes

🚀 Features

  • Improved UX!

🐛 Fixes

  • Fixed translation bugs and improved experience