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

feat(ci): add create release action #52

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

JellyBellyDev
Copy link
Member

I tried this behavior in other my personal repository and I think that this is a correct configuration.

How it works: after this merge e in the feature when you would generate a new release go to tab actions, select "Create release" workflow and click on "Run workflow".

The workflow will do:

  • choose new bump version (from conventional commits)
  • update the file changelog
  • commit file changelog updated
  • push new tag and release tag

@antonioturdo would you like to try after the merge? 😄

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5edf031) 99.57% compared to head (a176938) 99.57%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #52   +/-   ##
=========================================
  Coverage     99.57%   99.57%           
  Complexity      494      494           
=========================================
  Files           139      139           
  Lines           939      939           
=========================================
  Hits            935      935           
  Misses            4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antonioturdo antonioturdo merged commit 9221320 into main Jan 6, 2024
10 checks passed
@antonioturdo antonioturdo deleted the feat/create-release-action branch January 6, 2024 13:35
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