Skip to content

Commit

Permalink
Force version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Nov 21, 2024
1 parent e9180a6 commit 35eaa9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion games/pbrave/base_files/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"name": "Pocket Bravery",
"smashgg_game_id": 44108,
"stage_to_codename": {},
"version": "24.11.21.80846"
"version": "24.11.21.81008"
}
2 changes: 1 addition & 1 deletion games/pbrave/base_files/icon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": [
"icon"
],
"version": "24.11.21.80846",
"version": "24.11.21.81008",
"rescaling_factor": {
"Arshavin": {
"0": 4.0
Expand Down
2 changes: 1 addition & 1 deletion games/pbrave/full/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"full"
],
"credits": "",
"version": "24.11.21.80846",
"version": "24.11.21.81008",
"eyesights": {
"Arshavin": {
"0": {
Expand Down
2 changes: 1 addition & 1 deletion games/roa2/base_files/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"description": "Base config to use this game.",
"name": "Rivals of Aether II",
"smashgg_game_id": 53945,
"version": "24.11.21.80846",
"version": "24.11.21.81008",
"stage_to_codename": {
"Aetherian Forest": {
"codename": "AetherianForest"
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_calver.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_linux_command(command: str):
LATEST_TAG = None
with open(f"{FILE_DIR}/last_tag.txt", "r", encoding="utf-8") as f:
LATEST_TAG = f.read().strip()
_, LIST_CHANGED_FILES, _ = run_linux_command(f"git diff --name-only {LATEST_TAG} {CURRENT_TAG}")
_, LIST_CHANGED_FILES, _ = run_linux_command(f"git diff-tree --name-only {LATEST_TAG} {CURRENT_TAG} -r")
# _, LIST_CHANGED_FILES, _ = run_linux_command(f"git diff --name-only {LATEST_TAG} head")
print(LIST_CHANGED_FILES)

Expand Down

0 comments on commit 35eaa9a

Please sign in to comment.