Commit Graph

18 Commits

Author SHA1 Message Date
Steve Riesenberg 8e34b4c15e
Fix step id in conditional checks 2022-05-16 14:22:36 -05:00
Steve Riesenberg 8f4d003602
Revert "Add expression syntax to conditionals"
This reverts commit ea0b271a73.
2022-05-16 14:21:49 -05:00
Steve Riesenberg ea0b271a73
Add expression syntax to conditionals
Issue gh-11158
2022-05-16 12:39:55 -05:00
Steve Riesenberg d07c5e0804
Add quotes to boolean conditional checks
Issue gh-11158
2022-05-16 12:25:24 -05:00
Steve Riesenberg 0c94cfca63
Fix conditional using env namespace at job level
Issue gh-11158
2022-05-16 12:13:25 -05:00
Rob Winch e4f5d2c6ef Fix release-next-version.yml
- Improve speed by using single job and multiple steps
- Check output of tasks rather than rely on status codes to fail

Issue gh-11158
2022-04-27 19:07:36 +02:00
Eleftheria Stein eba091bad5 Push tag in release workflow
Issue gh-11023
2022-04-26 10:10:27 +02:00
Eleftheria Stein 8914f06eca Use non-default access token in release pipeline
This ensures that subsequent workflows are triggered

Closes gh-11022
2022-04-26 09:54:40 +02:00
Steve Riesenberg 9601efd341 Add gradle-build-action to GitHub Actions pipelines
Closes gh-11099
2022-04-14 15:05:46 -05:00
Eleftheria Stein 0e7dec2d2c Tag release after updating gradle.properties
Closes gh-11023
2022-03-29 13:44:22 +02:00
Eleftheria Stein 4a25264404 Stage changes before committing in release pipeline
Issue gh-11020
2022-03-29 12:28:05 +02:00
Eleftheria Stein 55c956ee68 Add task to update version in antora.yml
This task updates the docs version based on the version in gradle.properties

Closes gh-11020
2022-03-28 18:11:20 +02:00
Steve Riesenberg 155fe11815 Update release pipeline scheduled time to 5pm UTC
Issue gh-10455
2022-03-18 13:43:37 -05:00
Eleftheria Stein 8c95ed6568 Update release pipeline to push next milestone
- Check that all associated issues are closed
- Update gradle.properties and push change

Issue gh-10451
2022-03-01 16:10:25 +01:00
Eleftheria Stein eb31913b2b Rearrange env variables in release pipeline
Issue gh-10451
2022-03-01 15:37:25 +01:00
Eleftheria Stein e472cc1cc8 Update release time to 1pm UTC
Issue gh-10451
2022-03-01 15:37:05 +01:00
Eleftheria Stein d225d46749 Automated release should not trigger on git push
Issue gh-10451
2022-02-03 10:28:31 +01:00
Eleftheria Stein 1a1ef42094 Add workflow that triggers release on due date
Add 2 Gradle tasks, one that calculates the next release milestone based on the current version and one that checks if it is due today.

Issue gh-10451
Issue gh-10455
2022-02-03 10:11:46 +01:00