Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for notes to releases #43

Open
MinchinWeb opened this issue Mar 23, 2016 · 1 comment
Open

Support for notes to releases #43

MinchinWeb opened this issue Mar 23, 2016 · 1 comment

Comments

@MinchinWeb
Copy link
Contributor

You can currently add multi-line entries/notes beyond the basic description for features and bugs. (see Release changelog, feature #1). Is it possible to add similar notes to the release entry itself (rather than adding them as, say, support items)?

@bitprophet
Copy link
Owner

This sounds like a good idea; I was considering it myself just recently. May not have time to hack it in soon but definitely +1 on the idea.

Offhand what's needed is:

  • Parsing step to preserve sub-elements under the release role's list items
    • May want to ensure we handle both single-line bits (forget what they appear as when partly rendered) and actual sub-bullets / paragraphs / etc.
      I.e. :release:xxx Quick note about this release vs :release:xxx \n <stuff on subsequent lines>.
  • Decide how best to display this info in the final render; presumably a nicely-styled <p> or <div> below the <h2> and above the <ul>.

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

No branches or pull requests

2 participants