You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by gi...@apache.org on 2021/08/30 00:11:47 UTC

[groovy-dev-site] branch asf-site updated: 2021/08/30 00:11:45: Generated dev website from groovy-website@27affce

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 622ae93  2021/08/30 00:11:45: Generated dev website from groovy-website@27affce
622ae93 is described below

commit 622ae932b72d3a61cc9122e6bddc8d81d498faa5
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Aug 30 00:11:45 2021 +0000

    2021/08/30 00:11:45: Generated dev website from groovy-website@27affce
---
 wiki/GEP-8.html                            | 2 +-
 wiki/initial-release-process-proposal.html | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wiki/GEP-8.html b/wiki/GEP-8.html
index 4d7e610..d0bcfb1 100644
--- a/wiki/GEP-8.html
+++ b/wiki/GEP-8.html
@@ -200,7 +200,7 @@ named TypeChecked. If set, then the AST transformation will perform type inferen
 information in AST nodes metadata. Eventually, if errors are found, it will add errors to the compiler
 through a dedicated addStaticTypeError method which basically does the same as the traditional
 addError method but prefixes the messages with a "Static type checking" message.
-This is done to help the developer determine whether the error he is seeing is a "plain Groovy" error,
+This is done to help the developer determine whether the error they are seeing is a "plain Groovy" error,
 or an error thrown by the STC mode.</p>
 </div>
 </div>
diff --git a/wiki/initial-release-process-proposal.html b/wiki/initial-release-process-proposal.html
index 1859e7c..65e6303 100644
--- a/wiki/initial-release-process-proposal.html
+++ b/wiki/initial-release-process-proposal.html
@@ -97,11 +97,11 @@ If any of the steps in the automated process fail, this documentation might prov
 <p>there&#8217;s a general agreement that a release can be done. There&#8217;s still no explicit rule telling when a new Groovy version can be released, but the history of the project shows that releases are usually done when a significant amount of bugfixes have been done justifying a release, or that new major features are ready.</p>
 </li>
 <li>
-<p>release manager has his personal setup ready. In particular:</p>
+<p>release manager has their personal setup ready. In particular:</p>
 <div class="ulist">
 <ul>
 <li>
-<p>release manager can log into his people.apache.org account using SSH</p>
+<p>release manager can log into their people.apache.org account using SSH</p>
 </li>
 <li>
 <p>release manager has administration privileges on <a href="http://ci.groovy-lang.org">the CI server</a></p>
@@ -120,7 +120,7 @@ If any of the steps in the automated process fail, this documentation might prov
 <h2 id="_preparing_a_release">Preparing a release</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Releases are done from the CI server, but since it will involve creating tags, branches and several commits, and that the CI server doesn&#8217;t have privileges to do it, we cannot work on the Apache Git origin. Instead, it is required that the release manager forks the repository and pushes changes to his personal fork. Given that <code>GROOVY_2_4_X</code> is the branch to release, <code>upstream</code> references Apache Git, and <code>origin</code> the release manager fork on GitHu [...]
+<p>Releases are done from the CI server, but since it will involve creating tags, branches and several commits, and that the CI server doesn&#8217;t have privileges to do it, we cannot work on the Apache Git origin. Instead, it is required that the release manager forks the repository and pushes changes to their personal fork. Given that <code>GROOVY_2_4_X</code> is the branch to release, <code>upstream</code> references Apache Git, and <code>origin</code> the release manager fork on Git [...]
 </div>
 <div class="listingblock">
 <div class="content">