Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed May 17, 2024
1 parent 5c6e8c1 commit 724fd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
id: versioning
uses: paulhatch/[email protected]
with:
version_format: "${major}.${minor}.${patch}"
version_format: "${major}.${minor}"
minor_pattern: "(MINOR)"
bump_each_commit: true
bump_each_commit: false
debug: true
- name: Prepare Announcement
id: prepare
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Minor Bug Fixes
## Active Sprint
- Bug-Fix: LAN connectivity
- Bug-Fix: When the Stack becomes 3, it clones the last 2 cards as a separate stack
- Bug-Fix: Grand Archive TCG multi-player`
- Bug-Fix: Grand Archive TCG multi-player
- Memory Zones aren't displayed on the joining client.
- Host's Decks aren't shown on the Joining Client.
- Memory zone face done cards aren't shown on the joining client.
Expand Down

0 comments on commit 724fd21

Please sign in to comment.