This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git
The following commit(s) were added to refs/heads/master by this push:
new 28232bd Updates release info
28232bd is described below
commit 28232bdc2f15c4650347b5c7f76a2ae1d9ca9730
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Jan 6 21:25:53 2020 +0100
Updates release info
---
source/contributing/releasing.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/contributing/releasing.md b/source/contributing/releasing.md
index 072c24f..c1cc4fc 100644
--- a/source/contributing/releasing.md
+++ b/source/contributing/releasing.md
@@ -132,7 +132,7 @@ Since Celix only releases source artifacts, creating the
artifact is simple and
$ ln -s celix celix-X.Y.Z
# Create GZip archive
-$ tar -hczf celix-X.Y.Z.tar.gz celix-X.Y.Z
+$ tar --exclude=".*" -hczf celix-X.Y.Z.tar.gz celix-X.Y.Z
# The create symbolic link can be removed
$ celix celix-X.Y.Z
@@ -152,7 +152,7 @@ $ gpg --print-md SHA512 celix-X.Y.Z.tar.gz >
celix-X.Y.Z.tar.gz.sha
$ gpg --armor --output celix-X.Y.Z.tar.gz.asc --detach-sig celix-X.Y.Z.tar.gz
```
-Copy the archive of the source to the [Apache Celix release development
area](https://dist.apache.org/repos/dist/dev/celix/KEYS) (using SVN).
+Copy the archive of the source to the [Apache Celix release development
area](https://dist.apache.org/repos/dist/dev/celix) (using SVN).
See the [Apache Release Guide](http://www.apache.org/dev/release.html#host-rc)
for more information.