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 GitHub action for TEI releases #86

Open
peterstadler opened this issue Jun 10, 2024 · 1 comment
Open

add GitHub action for TEI releases #86

peterstadler opened this issue Jun 10, 2024 · 1 comment
Assignees

Comments

@peterstadler
Copy link
Member

when a TEI release is created the TEIGarage Docker image needs to pick up the new Stylesheets and Source.

@anneferger and I discussed the following workflow:

  1. a TEI release triggers a new git tag with an incremented minor version number (this could be done via a GitHub action in the TEI repo; otherwise manually)
  2. the commit message of the tagging must start with "TEI P5 Release"
  3. a Github action in the TEIGarage repo listens on refs/tags and the above prefix, finally building the Docker image with the "latest" and the version tag
@peterstadler
Copy link
Member Author

maybe have a look at https://github.com/softprops/action-gh-release for creating GitHub Releases via GitHub actions.

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

No branches or pull requests

2 participants