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

Add Continuous Release #190

Merged
merged 12 commits into from
Apr 20, 2022
Merged

Add Continuous Release #190

merged 12 commits into from
Apr 20, 2022

Conversation

MSevey
Copy link
Contributor

@MSevey MSevey commented Apr 6, 2022

PULL REQUEST

Overview

This PR adds continuous releases.

The ci_release.yml github action now runs the following:

  • Linting / Tests
  • Checking for changes since last tag
  • Creating a release with release notes

This action is trigger by the following:

  • Push: Linting and tests will be performed on all push events
  • Schedule: daily at 1:15am the linting and tests will run, and if there are changes a patch release will be triggered
  • Manully: this action can be triggered manually from the Actions tab in the repo. This will run the linting and create a release if successful. You will be able to select patch, minor, major for th release when triggering it manually.

Pending SkynetLabs/.github#6

@MSevey MSevey marked this pull request as draft April 6, 2022 21:07
@MSevey MSevey changed the title Auto Release Add Continuous Release Apr 7, 2022
@MSevey MSevey marked this pull request as ready for review April 14, 2022 15:40
Copy link
Contributor

@mrcnski mrcnski left a comment

Choose a reason for hiding this comment

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

Looks like there is an unused version input, unless I'm missing something. Other than that, looks good.

@MSevey MSevey requested a review from mrcnski April 15, 2022 19:27
@ro-tex ro-tex merged commit df4e747 into main Apr 20, 2022
@ro-tex ro-tex deleted the sevey/auto-release branch April 20, 2022 15:06
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.

3 participants