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: Fix auto-release #101

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 18, 2024

New Pull Request Checklist

Issue Description

  • Branch naming release creates issues with parse-github-assitant, since it applies rules that are intended for repos with pre-release branches (alpha, beta), not for single branch repos in which the working branch is also the only release branch as is the case here.

Approach

  • Renamed working branch from release to main since we only maintain 1 branch which is the working and release branch.
  • Adapted semantic release config

Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title ci: fix auto-release ci: Fix auto-release Oct 18, 2024
Copy link

parse-github-assistant bot commented Oct 18, 2024

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@067cb87). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff            @@
##             main      #101   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         4           
  Lines           ?       137           
  Branches        ?         0           
========================================
  Hits            ?       137           
  Misses          ?         0           
  Partials        ?         0           

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

@mtrezza mtrezza merged commit 9af92ae into parse-community:main Oct 18, 2024
8 checks passed
@mtrezza mtrezza deleted the ci/fix-auto-release branch October 18, 2024 23:01
@parseplatformorg
Copy link

🎉 This change has been released in version 4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants