Skip to content

Add ability to release upon workflow dispatch#1589

Merged
yarikoptic merged 2 commits intomasterfrom
dispatch-release
Mar 10, 2025
Merged

Add ability to release upon workflow dispatch#1589
yarikoptic merged 2 commits intomasterfrom
dispatch-release

Conversation

@yarikoptic
Copy link
Copy Markdown
Member

Bits are taken from http://github.com/brechtm/citeproc-py for which bits were taken from somewhere else as well.

Needed to release and realized that we do not do that upon dispatch yet here

Bits are taken from http://github.com/brechtm/citeproc-py for which
bits were taken from somewhere else as well
@yarikoptic yarikoptic added release Create a release when this pr is merged internal Changes only affect the internal API labels Mar 6, 2025
@yarikoptic yarikoptic requested a review from jwodder March 6, 2025 22:06
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.64%. Comparing base (52017d7) to head (3ee1ad5).
Report is 108 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1589      +/-   ##
==========================================
+ Coverage   88.54%   88.64%   +0.09%     
==========================================
  Files          78       78              
  Lines       10872    10872              
==========================================
+ Hits         9627     9637      +10     
+ Misses       1245     1235      -10     
Flag Coverage Δ
unittests 88.64% <ø> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

run: |
if [ "${{ github.event_name }}" = workflow_dispatch ]
then opts=
else opts=--only-publish-with-release-label
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You also need to remove "onlyPublishWithReleaseLabel": true from .autorc.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

thanks! now this makes more sense to me ;-)

@yarikoptic yarikoptic removed the release Create a release when this pr is merged label Mar 10, 2025
@yarikoptic yarikoptic merged commit cb1712d into master Mar 10, 2025
30 of 31 checks passed
@yarikoptic yarikoptic deleted the dispatch-release branch March 10, 2025 13:26
@github-actions
Copy link
Copy Markdown

🚀 PR was released in 0.67.2 🚀

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

Labels

internal Changes only affect the internal API released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants