Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 8.97 KB

File metadata and controls

42 lines (39 loc) · 8.97 KB

0.1.8

  • #9 Enable incremental generation, reported by rnowosielski
  • #5 Change the way the code in invoked so that multiple formats can be generated simultaneously, reported by rnowosielski
  • #43 If the file doesn't exist, release notes throw, reported by rnowosielski
  • #42 Adding 2 different variations of Markdown writers; Exposing reporter on the notes; Incremental generation, reported by rnowosielski
  • #41 Fix for checkout, reported by rnowosielski
  • #40 Provide a way of working in place, reported by rnowosielski
  • #39 Add ability to show tickets that are completed but not part of any version, reported by rnowosielski
  • #38 Expose the reporter in the release notes, reported by rnowosielski
  • #36 There is no way to represent tickets that were committed after any label, reported by rnowosielski
  • #35 Solve the stash markdown compatibility issue, reported by rnowosielski
  • #34 Adding option for multiple writers, reported by rnowosielski
  • #30 fixed import statement, reported by mkovacioglu
  • #29 Enable multiple ticket sources, reported by rnowosielski
  • #28 Allow multiple issue sources to be used simultaneously, reported by rnowosielski
  • #27 Fixes that resulted from first usage of version 0.1.2 with ivbcore, reported by rnowosielski
  • #25 Provide more configurability around git checkout, reported by rnowosielski
  • Stability improvements

0.1.2

  • #8 Make the regular expression in extractTicketsFromMessage configurable.
  • #7 Provide option to skip parts of configuration
  • #6 Add UnitTests for some parts of the code so it could be promoted automatically
  • #4 Release notes support for PostalCodes
  • #3 Make changes for the ReleaseNotesGenerator to support PostalCodes.Net
  • #23 Support remotes
  • #22 Improve gpa by removing duplicated code
  • #21 Adding some more unit tests for factory methods
  • #20 Provide compatibility with Python 3.x.x #19
  • #2 Creating package structure
  • #19 Provide compatibility with Python 3.x.x
  • #17 Bunch of fixes
  • #16 Adding some more unit tests.
  • #15 Simplify EnvReplacer
  • #14 Provide support for using environment variables in the config file #13
  • #13 Provide support for using environment variables in the config file
  • #12 Additional improvements that will enable using the tool in other projects
  • #11 Reusable version extractor + unittests cross version
  • #1 Adjust the structure of the module so that it can be deployed using PyIP
  • Stability improvements