Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Draft release notes which should include the list of new features and bug fixes, along with limitations, known issues, credits, etc.

Code Block
languagebash
titleUse this script to get commits since a particular date
#!/bin/bash
git log --pretty=format:"%h - %cn, %cd : %s" --no-merges --since="2017-09-01" > commits.txt

 

Step 2. Inform the Community of timing

...