Skip to content

Conversation

@filipecosta90
Copy link

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
@gkorland gkorland requested a review from chayim April 22, 2021 19:47
Copy link
Contributor

@chayim chayim left a comment

Choose a reason for hiding this comment

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

See requested changes

@filipecosta90 filipecosta90 added the x:quality Code-Quality related (performance, test, etc. -not directly affecting functionality) label May 11, 2021
@filipecosta90 filipecosta90 mentioned this pull request May 13, 2021
@filipecosta90 filipecosta90 requested a review from chayim May 13, 2021 09:28
@sonarqubecloud
Copy link

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

@chayim
Copy link
Contributor

chayim commented Jun 1, 2021

Part of the poetry merge, closing.

@chayim chayim closed this Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:quality Code-Quality related (performance, test, etc. -not directly affecting functionality)

2 participants