This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new bff146c [DOC] update release check document
new b0cf3a2 Merge pull request #1411 from hansva/master
bff146c is described below
commit bff146c78b3239639e0842c02bd618e684b931c0
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Mar 4 17:06:27 2022 +0100
[DOC] update release check document
---
.../modules/ROOT/pages/apache-release/checking-a-release.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
index 6afe237..e1a1b4a 100644
---
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
+++
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
@@ -108,7 +108,6 @@ rm -rf source_version
Check if the unpacked archive contains following files and if they are correct
-* DISCLAIMER
* LICENSE
** check if mentioned licenses are available in the licenses folder
* NOTICE
@@ -140,7 +139,7 @@ cd hop
== Extra checks
-You can also check for unwanted binary files on the checked out tag
+You can also check for unwanted binary files on the checked out tag (note:
this requires the .git folder to still be present)
[source,bash]
----