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
Run ncipollo/release-action@v1
Error: Error undefined: ENOENT: no such file or directory, open 'release-notes/opensearch-observability.release-notes-test-release-automation.md'
i think it's expected, the failed action was triggered by tag test-release-automation, which is not a release tag. there's no clear pattern (e.g. v* like in ODFE) to match a release tag so currently all tags would trigger the workflow
Is your feature request related to a problem?
As part of OpenSearch releases,
opensearch-build
pushes a tag for the release commit.But publishing a github release based on the tag is manual.
What solution would you like?
We've added this workflow[1] in OpenSearch which publishes github releases automatically when a tag is pushed.
Add this workflow to all repos releasing software in the project.
See example: https://github.com/opensearch-project/OpenSearch/blob/main/.github/workflows/auto-release.yml
Example Release: https://github.com/opensearch-project/OpenSearch/releases/tag/2.5.0
[1] https://github.com/opensearch-project/opensearch-plugins/blob/main/WORKFLOWS.md#auto-github-releases
The text was updated successfully, but these errors were encountered: