-
Notifications
You must be signed in to change notification settings - Fork 22
Add changelog #260
base: master
Are you sure you want to change the base?
Add changelog #260
Conversation
- `rad-auth`: Remove passphrase option, read passphrase from environment variable `RAD_PASSPHRASE` or from stdin | ||
|
||
## [0.6.1] - 2022-08-11 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adaszko I'd need your help to sort out this section. Seems like the release artifacts are somehow out of sync. The release dates for 0.6.0 and 0.6.1 where taken from Github's release page. v0.6.0...v0.6.1 only contains the release commit. Whereas v0.6.1...master contains the actual commits that happened between the release dates. Could you have a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a mess-up: 0.6.0 was not pointing to a commit in the actual history, so we had to create a new 0.6.1 tag pointing to the commit. 0.6.0 and 0.6.1 are the same code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I think I just found a hint in the release notes... So, I'd then keep the 0.6.1 section empty and move all the items to 0.6.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes for 0.6.1 just say No changes.
384f95f
to
c8ed7b6
Compare
Signed-off-by: Erik Kundt <[email protected]>
bed3096
to
e2ce4ed
Compare
CHANGELOG.md
Outdated
## [Unreleased] | ||
### Added | ||
- Add Dockerfile for `radicle-cli` | ||
- Re-organize binaries into own crate and move all sub-commands to `rad` binary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who is the Changelog directed at? I ask because this appears dev facing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya, agree. So I tried to find a middle ground between a changelog for devs / technical writers and end users. But I guess your comment and the reactions to it smell like necessary simplification.
Signed-off-by: Erik Kundt <[email protected]>
Closes #249.