From 1c22202a663adf9067d29a9e8da4d5f8c21c7071 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 27 Nov 2020 19:51:39 +1000 Subject: [PATCH 1/2] Setting custom release date is not available to users Based on the forum comment linked below, the documentation was a bit misleading. https://community.platformio.org/t/is-it-limited-to-6-month-that-the-life-of-old-library-on-platformio-system/17319/29?u=pfeerick --- core/userguide/package/cmd_publish.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/userguide/package/cmd_publish.rst b/core/userguide/package/cmd_publish.rst index 4cd2429de9..ebe40f0eda 100644 --- a/core/userguide/package/cmd_publish.rst +++ b/core/userguide/package/cmd_publish.rst @@ -60,11 +60,14 @@ username of the authorized :ref:`pioaccount`. .. option:: --released-at -Custom release date and time in the next format (UTC): 2014-06-13 17:08:52 +Custom release date and time in the next format (UTC): 2014-06-13 17:08:52. .. option:: --private +.. note:: + The permission to set custom release dates and times is only available to Super Admins. + Restrict access to a package (will not be available publicly). The default is to publish a package publicly. From 0b83c80f183f03744b939e95e40ce20444d31f39 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 27 Nov 2020 19:53:28 +1000 Subject: [PATCH 2/2] Removed left over full stop from change of mind change --- core/userguide/package/cmd_publish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/userguide/package/cmd_publish.rst b/core/userguide/package/cmd_publish.rst index ebe40f0eda..6cad66923f 100644 --- a/core/userguide/package/cmd_publish.rst +++ b/core/userguide/package/cmd_publish.rst @@ -60,7 +60,7 @@ username of the authorized :ref:`pioaccount`. .. option:: --released-at -Custom release date and time in the next format (UTC): 2014-06-13 17:08:52. +Custom release date and time in the next format (UTC): 2014-06-13 17:08:52 .. option:: --private