Skip to content

Commit

Permalink
improve release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Oct 24, 2019
1 parent af8e444 commit 057c7d4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2019-10-23
2019-10-24
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.1
File renamed without changes.
23 changes: 23 additions & 0 deletions changelog/NOTE.md
Original file line number Diff line number Diff line change
@@ -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 #243: Create reference when accepting a share

Details
-------

* Enhancement #243: Create reference when accepting a share

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.

https://github.com/reva/reva/pull/243


2 changes: 1 addition & 1 deletion tools/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Changelog for Reva v%s (%s)
os.Exit(1)
}

add("Generate changelog in docs for %s", *version)
add(fmt.Sprintf("Generate changelog in docs for %s", *version), "docs/content/end/docs/Changelog")

// tag with v$version
tag(*version)
Expand Down

0 comments on commit 057c7d4

Please sign in to comment.