Add init command #33

Merged
techknowlogick merged 4 commits from jolheiser/changelog:init into master 2020-01-27 02:42:27 +00:00
Owner

I think this is a nice QoL feature for a CLI tool like this, even if it's a bit trivial.

FYI this removes the required flag from milestone as it ended up making the tool less user-friendly.

I think this is a nice QoL feature for a CLI tool like this, even if it's a bit trivial. FYI this removes the `required` flag from `milestone` as it ended up making the tool less user-friendly.
jolheiser added the
feature
label 2020-01-26 22:23:16 +00:00
jolheiser added this to the v0.2.0 milestone 2020-01-26 22:24:10 +00:00
Author
Owner

I'm tempted to push this into v0.1.0, any objections?

I'm tempted to push this into `v0.1.0`, any objections?
Owner

instead of just creating the file ask before?

instead of just creating the file ask before?
Author
Owner

instead of just creating the file ask before?

If they run the init command I can only assume they want to init the file.

> instead of just creating the file ask before? If they run the init command I can only assume they want to init the file.
Owner

o looked closer shure 👍

o looked closer shure :+1:
6543 approved these changes 2020-01-26 22:48:28 +00:00
Dismissed
Owner

very usefull!

very usefull!
Author
Owner

If no objections to sneaking this into v0.1.0 I can add a changelog entry in this same PR.

If no objections to sneaking this into `v0.1.0` I can add a changelog entry in this same PR.
6543 modified the milestone from v0.2.0 to v0.1.0 2020-01-26 23:54:29 +00:00
Owner

ok - lets touch the Changelog :)

ok - lets touch the Changelog :)
Author
Owner

will do later tonight Done

~~will do later tonight~~ Done
guillep2k reviewed 2020-01-27 02:37:01 +00:00
Dismissed
@ -0,0 +24,4 @@
Aliases: []string{"n"},
Usage: "Name of the changelog config",
Value: ".changelog.yml",
Destination: &nameFlag,
Member

Does this make the parameter mandatory?

Does this make the parameter mandatory?
Author
Owner

No. If none is given it defaults to .changelog.yml

No. If none is given it defaults to `.changelog.yml`
Member

Of course. Stupid me. ?

Of course. Stupid me. ?
guillep2k approved these changes 2020-01-27 02:40:11 +00:00
Dismissed
techknowlogick closed this pull request 2020-01-27 02:42:26 +00:00
jolheiser deleted branch init 2020-01-27 02:42:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/changelog#33
No description provided.