You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci release: switch release workflow trigger from workflow_call to tag push event
This PR changes our release workflow trigger from using workflow_call to a push
event (tag push). The motivations are as follows.
Automate pushing to Launchpad: Similar to mroonga/mroonga’s release workflow.
we want to embed steps to automate pushing to Launchpad. Using release workflow
simplifies passing secrets and necessary inputs.
ref: https://docs.github.com/en/actions/sharing-automations/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
Improve maintainability and consistency: Related projects such as PGroonga and
Mroonga have adopted the release event approach. Aligning our process improves
overall maintainability and unifies our release strategy.
0 commit comments