Commit Graph

10 Commits

Author SHA1 Message Date
Artem Bilan
72a0d0e2e3 Fix actions\build to use mvn help:evaluate
Since there is no `revision` property in POM, we cannot use `sed` command to extract project version from the POM.

* Use more Maven-friendly `mvn help:evaluate -Dexpression="project.version" -q -DforceStdout` command to get the current project version
* Remove tentative `finish_release_tmp.yml` since `actions\build` has been fixed now
2024-12-13 12:46:53 -05:00
Artem Bilan
6cb5d7a61b Add tentative GHA WF to finish release 2024-12-13 12:32:54 -05:00
Artem Bilan
3b650030d3 Add Announce Release in Chat job into release.yml 2024-12-13 10:51:45 -05:00
Artem Bilan
78bd8d22ea GH-476: Assemble Zip for Javadocs
Fixes: https://github.com/spring-projects/spring-retry/issues/476

* Add `maven-assembly-plugin` to Zip Javadocs from the `apidocs` dir into a `*-docs.zip` artifact
* Modify `build-and-deploy-snapshot.yml` and `release.yml` to assign `zip.deployed=false` attribute to Zip artifacts
* Also mark `docs.zip` files as `zip.type=docs`
2024-11-20 11:25:36 -05:00
Artem Bilan
50e7d82dc6 Add Develocity support to the project 2024-10-16 15:40:09 -04:00
Artem Bilan
993526c9b8 Add GHA workflow to announce milestone planning in chat 2024-09-12 10:04:41 -04:00
Stéphane Nicoll
ee44dcec66 Release from GitHub Actions
To harmonize the release process, this commit moves it to GHA.

Closes gh-448
2024-07-13 10:19:26 +02:00
Stéphane Nicoll
686dd9d11a Move CI to GitHub actions
This commit moves the regular build and snapshot deployment to GitHub
actions, based on a standard actions that are reusable.

Closes gh-447
2024-07-13 09:55:54 +02:00
Stephane Nicoll
24674edbc5 Polish "Migrate building PRs to GitHub Action"
See gh-345
2023-05-26 08:53:46 +02:00
abilan
7afbdddd10 Migrate building PRs to GitHub Action
See gh-345
2023-05-26 08:49:08 +02:00