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

Added release automation (creates drafts automatically and pushes to pypi on release) #50

Merged
merged 6 commits into from
Feb 15, 2021

Conversation

filipecosta90
Copy link
Contributor

This PR simplifies the release process using github actions. It follows the same approach as redistimeseries-py.

Release drafts

This PR enables automating the release draft process. On every commit to master ( and depending on the tags the PR is classified as feature, bug-fixes or maintenance). We can also ignore PRs from the release if the PR has the skip-changelog label.

Automatic release to PyPi

We need to ensure that the secrets are present prior releasing ( that check action is run on every commit )
secrets required (cc @gkorland):

  • TESTPYPI_TOKEN
  • PYPI_TOKEN

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #50 (9e6c3ab) into master (7fdd126) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files           6        6           
  Lines         666      666           
=======================================
  Hits          647      647           
  Misses         19       19           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fdd126...9e6c3ab. Read the comment docs.

Copy link
Contributor

@hhsecond hhsecond left a comment

Choose a reason for hiding this comment

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

Sorry I missed the existence of this PR @filipecosta90
Could you make this python version change and it's good to be merged

.github/workflows/publish-pypi.yml Outdated Show resolved Hide resolved
@filipecosta90 filipecosta90 added the chore Maintenance PR label Feb 15, 2021
@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@filipecosta90 filipecosta90 merged commit f70af12 into RedisAI:master Feb 15, 2021
@filipecosta90 filipecosta90 deleted the release.automation branch February 15, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants