This is an automated email from the ASF dual-hosted git repository.
paulk 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 85a34532 tweak wording
85a34532 is described below
commit 85a34532fac8ad149b9e93b11af74e3531f206bf
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 24 21:11:49 2025 +1000
tweak wording
---
RELEASING.md | 4 ++--
doc/site/templates/main.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/RELEASING.md b/RELEASING.md
index 7e614ccb..33a9060a 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -23,9 +23,9 @@ limitations under the License.
* sonatypeOssUsername=«Jira@Sontype username»
* sonatypeOssPassword=«Jira@Sontype password»
-# Releasing
+# 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/geb/workflows/geb/tree/master).
+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. 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)
diff --git a/doc/site/templates/main.html b/doc/site/templates/main.html
index 7a4d7e3d..3befae82 100644
--- a/doc/site/templates/main.html
+++ b/doc/site/templates/main.html
@@ -495,8 +495,8 @@ class LoginSpec extends GebSpec {
<div class="three wide column">
<h4 class="ui inverted header">Build Status</h4>
<div class="ui inverted link list">
- <a
href="https://circleci.com/gh/geb/workflows/geb/tree/master" target="_blank">
- <img
src="https://circleci.com/gh/geb/geb.svg?style=shield&circle-token=36ce4eb346f11ba916707d493b3f226bd5c9a5ec"
alt="Build status" />
+ <a
href="https://circleci.com/gh/apache/workflows/groovy-geb/tree/master"
target="_blank">
+ <img
src="https://circleci.com/gh/apache/groovy-geb.svg?style=shield&circle-token=36ce4eb346f11ba916707d493b3f226bd5c9a5ec"
alt="Build status" />
</a>
</div>
</div>