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

Support release builds and deployments in GitHub Actions #1

Closed
HeikoKlare opened this issue Jun 20, 2022 · 1 comment · Fixed by #8
Closed

Support release builds and deployments in GitHub Actions #1

HeikoKlare opened this issue Jun 20, 2022 · 1 comment · Fixed by #8
Labels
enhancement New feature or request

Comments

@HeikoKlare
Copy link
Contributor

The Maven build specification supports the creation of a release update site with automatic replacement of the aggreated update site from the nightly to release versions. The GitHub Actions workflow, however, does only handle the nightly builds yet. Thus, we need to adapt the Actions to also process a release build and deployment, and to properly trigger that release build.

@HeikoKlare HeikoKlare added the enhancement New feature or request label Jun 20, 2022
@JanWittler
Copy link
Contributor

To trigger the release I would suggest to use GitHub Releases as its done in all of our other repositories.
What do you mean with "automatic replacement of the aggregated update site"? I would have simply created a new update site with the release profile and deploy that one as a release.

@JanWittler JanWittler linked a pull request Aug 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants