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

Version 0.18.1: Release script & documentation #68

Merged
merged 4 commits into from
Aug 22, 2019
Merged

Conversation

Samasaur1
Copy link
Owner

@Samasaur1 Samasaur1 commented Aug 22, 2019

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 Samasaur1 added the internal change Something that only changes on the inside label Aug 22, 2019
@Samasaur1
Copy link
Owner Author

Samasaur1 commented Aug 22, 2019

Messages
📖 The new version is v0.18.1
📖 The latest date in the CHANGELOG is today, 2019-08-22

Generated by 🚫 Danger Swift against 9a67fed

@Samasaur1 Samasaur1 merged commit b4f6f38 into master Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal change Something that only changes on the inside
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release.py not working — badly
1 participant