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): automate release workflow #238

Merged
merged 10 commits into from Sep 21, 2022
Merged

ci(fix): automate release workflow #238

merged 10 commits into from Sep 21, 2022

Conversation

kazuk
Copy link
Contributor

@kazuk kazuk commented Aug 23, 2022

Issue number and link

Fixes: #65

Describe your changes

  • fix/test release workflow
    • Toggle branch protection admin enforcement OFF/ON in push sequence (require PAT)

Checklist before requesting a review

  • I follow the Semantic Pull Requests rules (bugfix/feature)
  • I specified links to related issues (must: bugfix, want: feature)
  • I have performed a self-review of my code (bugfix/feature)
  • I have added thorough tests (bugfix/feature)
  • I have edited ## [Unreleased] section in CHANGELOG.md following keep a changelog syntax (bugfix/feature)
  • I {made/will make} a related pull request for documentation repo (feature)

@CLAassistant
Copy link

CLAassistant commented Aug 23, 2022

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Base: 84.03% // Head: 83.96% // Decreases project coverage by -0.07% ⚠️

Coverage data is based on head (e086a11) compared to base (e74ce51).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   84.03%   83.96%   -0.08%     
==========================================
  Files         219      219              
  Lines       12789    12789              
==========================================
- Hits        10747    10738       -9     
- Misses       2042     2051       +9     
Impacted Files Coverage Δ
...ql_processor/sql_parser/pest_parser_impl/helper.rs 78.57% <0.00%> (-14.29%) ⬇️
...task/pump_subtask/query_subtask/collect_subtask.rs 98.33% <0.00%> (+1.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kazuk kazuk changed the title Ci/release-workflow-test automate release workflow Aug 24, 2022
@kazuk kazuk marked this pull request as ready for review August 24, 2022 23:18
@laysakura laysakura changed the title automate release workflow ci: automate release workflow Sep 21, 2022
@laysakura laysakura changed the title ci: automate release workflow ci(fix): automate release workflow Sep 21, 2022
@laysakura laysakura merged commit 12f0c58 into main Sep 21, 2022
@laysakura laysakura deleted the ci/release-workflow-test branch September 21, 2022 11:12
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.

docs: release process
3 participants