Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

mdm milestone command #137

Open
jverkoey opened this issue Aug 26, 2016 · 0 comments
Open

mdm milestone command #137

jverkoey opened this issue Aug 26, 2016 · 0 comments

Comments

@jverkoey
Copy link
Contributor

jverkoey commented Aug 26, 2016

Use cases:

# Create a v1.0.0 milestone
mdm milestone create v1.0.0

This command should look up milestone templates stored on disk somewhere. E.g.:

milestones/
  v1.0.0/
    001 Write the README.md
    002 Cut the v1.0.0 release
    003 Publish the v1.0.0 release
    004 Generate and publish documentation

Each file in the directory should have a yaml preamble to specify GitHub labels to be applied to the issue. The rest of the file should be the body of the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant