This is an automated email from the ASF dual-hosted git repository.
jonnybot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new e345b1f3 Note changed CI location
e345b1f3 is described below
commit e345b1f3a0c32719e02216a4fabe42fd3c0e6865
Author: Jonny Carter <[email protected]>
AuthorDate: Tue Nov 11 14:56:32 2025 -0600
Note changed CI location
---
RELEASING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASING.md b/RELEASING.md
index 33a9060a..94daa945 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -25,7 +25,7 @@ limitations under the License.
# Releasing (PENDING CHANGES for ASF)
-1. Ensure that the revision you're about to promote has been successfully
built on [CI](https://circleci.com/gh/apache/workflows/groovy-geb/tree/master).
+1. Ensure that the revision you're about to promote has been successfully
built on [CI](https://github.com/apache/groovy-geb/actions).
1. Update the version to the required one (usually just dropping -SNAPSHOT) in
`buildSrc/src/main/groovy/geb.coordinates.gradle` file.
1. Change `{geb-version}` expression used in `History` section in
`140-project.adoc` to a fixed version (the one that you're about to release).
1. Commit with message "Version «number»" (don't push yet)