diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa2706a4a3..8977083799d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ -Changelog for Reva unreleased (UNRELEASED) +Changelog for Reva 0.0.1 (2019-10-24) ======================================= -The following sections list the changes in Reva unreleased relevant to +The following sections list the changes in Reva 0.0.1 relevant to Reva users. The changes are ordered by importance. Summary ------- - * Enh #243: Create reference when accepting a share + * Enh #334: Create release procedure for Reva Details ------- - * Enhancement #243: Create reference when accepting a share + * Enhancement #334: Create release procedure for Reva - When accepting a share only the state information changed for the share was not merged into the - user tree. Now after accepting a share, the share is mounted into the user tree in a location - specified by the user. + Reva did not have any procedure to release versions. This PR brings a new tool to release Reva + versions (tools/release) and prepares the necessary files for artefact distributed made + from Drone into Github pages. - https://github.com/reva/reva/pull/243 + https://github.com/reva/reva/pull/334 diff --git a/RELEASE_DATE b/RELEASE_DATE new file mode 100644 index 00000000000..f600dff86d6 --- /dev/null +++ b/RELEASE_DATE @@ -0,0 +1 @@ +2019-10-24 \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..8a9ecc2ea99 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.1 \ No newline at end of file diff --git a/changelog/unreleased/pull-334 b/changelog/0.0.1_2019-10-24/pull-334 similarity index 100% rename from changelog/unreleased/pull-334 rename to changelog/0.0.1_2019-10-24/pull-334 diff --git a/changelog/NOTE.md b/changelog/NOTE.md new file mode 100644 index 00000000000..8977083799d --- /dev/null +++ b/changelog/NOTE.md @@ -0,0 +1,23 @@ +Changelog for Reva 0.0.1 (2019-10-24) +======================================= + +The following sections list the changes in Reva 0.0.1 relevant to +Reva users. The changes are ordered by importance. + +Summary +------- + + * Enh #334: Create release procedure for Reva + +Details +------- + + * Enhancement #334: Create release procedure for Reva + + Reva did not have any procedure to release versions. This PR brings a new tool to release Reva + versions (tools/release) and prepares the necessary files for artefact distributed made + from Drone into Github pages. + + https://github.com/reva/reva/pull/334 + + diff --git a/docs/content/en/docs/Changelog/0.0.1/_index.md b/docs/content/en/docs/Changelog/0.0.1/_index.md new file mode 100644 index 00000000000..0908211f432 --- /dev/null +++ b/docs/content/en/docs/Changelog/0.0.1/_index.md @@ -0,0 +1,32 @@ + +--- +title: "v0.0.1" +linkTitle: "v0.0.1" +weight: 40 +description: > + Changelog for Reva v0.0.1 (2019-10-24) +--- + +Changelog for Reva 0.0.1 (2019-10-24) +======================================= + +The following sections list the changes in Reva 0.0.1 relevant to +Reva users. The changes are ordered by importance. + +Summary +------- + + * Enh #334: Create release procedure for Reva + +Details +------- + + * Enhancement #334: Create release procedure for Reva + + Reva did not have any procedure to release versions. This PR brings a new tool to release Reva + versions (tools/release) and prepares the necessary files for artefact distributed made + from Drone into Github pages. + + https://github.com/reva/reva/pull/334 + +