Skip to content

Commit

Permalink
Merge pull request #197 from alyssaburlton/release
Browse files Browse the repository at this point in the history
Release 6.0.1
  • Loading branch information
alyssaruth authored Nov 29, 2022
2 parents 16d57d6 + 2d1f6f3 commit 4a9ce22
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
name: failed-snapshots
path: /home/runner/**/*.failed.png
- name: Update coverage
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: |
python scripts/update-coverage.py
- name: Commit coverage stats
uses: EndBug/add-and-commit@v7
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
message: 'Update coverage stats'
integration-and-e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/libs/*.jar"
commit: master
commit: main
name: ${{ github.event.inputs.name }}
tag: ${{ github.event.inputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
terraform_version: 0.12.16
- name: 'Checkout'
uses: actions/checkout@master
uses: actions/checkout@v3
- name: 'Unlock secrets'
uses: sliteteam/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/dartzee/utils/ApplicationConstants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dartzee.utils

const val DARTS_VERSION_NUMBER = "v6.0.0"
const val DARTS_VERSION_NUMBER = "v6.0.1"
const val DARTZEE_REPOSITORY_URL = "https://api.github.com/repos/alyssaburlton/Dartzee"
const val DARTZEE_MANUAL_DOWNLOAD_URL = "https://github.com/alyssaburlton/Dartzee/releases"
9 changes: 9 additions & 0 deletions src/main/resources/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--------- v6.0.1 ---------

= Fixed a bug where Dartzee AI got stuck if they were required to miss the board
= Fixed bugs that caused golf player stats to crash if they had played games as a team
= Updated Target Breakdown for round the clock to exclude games played out of order, and made the table sortable
= Fixed X01 Three Dart Scores list to include team games properly
= Improved handling of errors playing back audio
= 87.6% test coverage (11842 / 13519 lines covered by 2166 tests)

--------- v6.0.0 ---------

+ Pair mode, allowing players to participate in teams of 2 by alternating throws
Expand Down

0 comments on commit 4a9ce22

Please sign in to comment.