This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new f3c4bf7 Relocate publish script f3c4bf7 is described below commit f3c4bf76bbbe97225c1a14596f362dc5e6f9fbfb Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Wed Sep 9 14:03:04 2020 -0400 Relocate publish script --- README.md | 2 +- {_devtools => _scripts}/publish.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67924ab..b064a77 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ git push upstream upstream/asf-staging:asf-site A convenience script can be found that performs these steps for you, after asking which remote you want to use. It is located in the `main` branch at -`_devtools/publish.sh` +`_scripts/publish.sh` Note that Step 2 should always be a fast-forward merge. That is, there should never be any reason to force-push it if everything is done correctly. If extra diff --git a/_devtools/publish.sh b/_scripts/publish.sh similarity index 100% rename from _devtools/publish.sh rename to _scripts/publish.sh