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 release candidate action #106

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stevedlawrence
Copy link
Member

The Apache Daffodil project is taking steps to enable Automated Release Signing. For part of this we developed a GitHub action workflow that we plan to use for our different Daffdil projects. But we realized this is actually pretty generic and could possibly be useful for other ASF projects. It is a little opinionated on how things should be organized, but I think what it does isn't too controversial based on what I've seen of other ASF projects, at least for some of the smaller less complex ones.

So I thought I would document it better and see if this is something that would be of interest the the ASF community.

Also note that this action will not work as-is since the .js files need to be be compiled and those compiled files committed for GitHub actions to be able to actually use them. That adds a lot of noise to the PR so I left that off.

Thoughts?

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.

2 participants