Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add new version release workflow #189

Merged
merged 2 commits into from
Sep 5, 2019
Merged

CI: add new version release workflow #189

merged 2 commits into from
Sep 5, 2019

Conversation

ender503
Copy link
Member

@ender503 ender503 commented Sep 5, 2019

Add workflow to release a new version on GitHub release page, and it
will be trigger when tag push to the GitHub.

This workflow uses "auto-changelog" utility to generate the changelog,
then use "release-it" utility to publish the changelog on the release
page.

The "release-it" will also build the "remote-worker", and upload the
packed the "remote-worker" to release page.

  • .release-it: "release-it" configuration file
  • .auto-changelog: "auto-changelog" configuration file
  • changelog.hbs: changelog template file

See also:

@ender503 ender503 self-assigned this Sep 5, 2019
Add workflow to release a new version on GitHub release page, and it
will be trigger when tag push to the GitHub.

This workflow uses "auto-changelog" utility to generate the changelog,
then use "release-it" utility to publish the changelog on the release
page.

The "release-it" will also build the "remote-worker", and upload the
packed the "remote-worker" to release page.

 - .release-it: "release-it" configuration file
 - .auto-changelog: "auto-changelog" configuration file
 - changelog.hbs: changelog template file

See also:
 - https://github.com/release-it/release-it
 - https://github.com/CookPete/auto-changelog
@jserv
Copy link
Member

jserv commented Sep 5, 2019

Append the descriptions in directory docs/ as well.

@ender503
Copy link
Member Author

ender503 commented Sep 5, 2019

Appended. 👌

@@ -0,0 +1,20 @@
# Release Workflow

The release workflow is used for updating the GitHub release page when
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to "The motivation of release workfow is to.."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

@jserv jserv merged commit 6cd8ea7 into develop Sep 5, 2019
@ender503 ender503 deleted the release-it branch September 9, 2019 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants