Samasaur1 / DiceKit

A Swift module for simulating dice both real and unreal
https://samasaur1.github.io/DiceKit/
Academic Free License v3.0
4 stars 4 forks source link

Version 0.18.1: Release script & documentation #68

Closed Samasaur1 closed 5 years ago

Samasaur1 commented 5 years ago

Here's what's new:

Here's what has to happen:

  1. Ensure the changelog has everything new that is being added
  2. Bump version (use script)
  3. Wait for CI
  4. Merge
  5. Run release script (equivalent to:
    1. git checkout master
    2. git pull
    3. git tag -s v$VERSION -m "Version $VERSION: $DESCRIPTION"
    4. git push --tags
    5. git checkout development
    6. git pull
    7. git rebase master
    8. git push
Samasaur1 commented 5 years ago
Messages
:book: The new version is v0.18.1
:book: The latest date in the CHANGELOG is today, 2019-08-22

Generated by :no_entry_sign: Danger Swift against 9a67fedc9841c5eac0ef4dc8a2087b95cd1bf3b5