openedx / openedx-atlas

An Open edX CLI tool for moving translation files from openedx-translations
GNU Affero General Public License v3.0
3 stars 7 forks source link

feat: automatically create tags via `semantic-release` #29

Closed OmarIthawi closed 1 year ago

OmarIthawi commented 1 year ago

This creates a GitHub Release automatically via the https://github.com/semantic-release/semantic-release package.

Once merged it will probably create v1.0.0 and generate a gigantic release notes. Further releases will work correctly. See https://github.com/Zeit-Labs/openedx-atlas/releases

TODO

This contribution is part of the FC-0012 project which is sparked by the Translation Infrastructure update OEP-58.

openedx-webhooks commented 1 year ago

Thanks for the pull request, @OmarIthawi! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

OmarIthawi commented 1 year ago

Tested it on my fork and it seems to be working correctly.

$ curl -sL https://github.com/Zeit-Labs/openedx-atlas/releases/latest/download/atlas | grep _ATLAS_VERSION..v
_ATLAS_VERSION="v1.6.0"  # Tagged by release.yml
openedx-webhooks commented 1 year ago

@OmarIthawi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: