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

Add ability to release upon workflow dispatch #1589

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link
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
Copy link

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 4 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
Member

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
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 ;-)

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 release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants