Samasaur1 / CityManagement

A text-based city management game
3 stars 7 forks source link

Version 0.8.1 #32

Closed Samasaur1 closed 5 years ago

Samasaur1 commented 5 years ago

This version has no changes in the game itself, but has some helpful changes overall:

Samasaur1 commented 5 years ago

The added workflow guide is shown below

Samasaur1 commented 5 years ago
  1. Work on the development branch
  2. When enough has happened for a version bump and the code is stable, open a pull request to master
  3. Note all changes since the last version
  4. Run ./gradlew update and choose the appropriate option to bump the version number
  5. Review the new code and make any necessary changes
  6. If the CI builds pass, merge the PR
  7. Run git rebase development master (or, if on development, simply git rebase master)
  8. Continue working on the development branch
Samasaur1 commented 5 years ago

Therefore, my next step is

  1. Run ./gradlew update and choose the appropriate option to bump the version number
Samasaur1 commented 5 years ago

Now shows build statuses in a table, which removes the need for changing it

Samasaur1 commented 5 years ago

CI builds have passed, so merging PR

Samasaur1 commented 5 years ago

Rebased in 7a0404a