Skip to content

Commit 5afff50

Browse files
committed
chore: migrate repo URLs from tooury to theMethodolojeeOrg
Update all GitHub repository references across CONTRIBUTING.md, releases.json, and release scripts to reflect the new organization account (theMethodolojeeOrg/Axon), replacing the old personal account (tooury/Axon). This ensures download URLs, issue links, and release automation scripts point to the correct repository location.
1 parent 2ec67c1 commit 5afff50

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thank you for your interest in contributing. This document covers how to get sta
55
## Before You Start
66

77
- Read the [README](README.md) for architecture and setup
8-
- Check [open issues](https://github.com/tooury/Axon/issues) and PRs to avoid duplicating work
8+
- Check [open issues](https://github.com/theMethodolojeeOrg/Axon/issues) and PRs to avoid duplicating work
99
- For significant changes, open an issue first to discuss your approach
1010

1111
## Setup
@@ -26,7 +26,7 @@ Thank you for your interest in contributing. This document covers how to get sta
2626

2727
### Axon-Artifacts Package
2828

29-
Axon depends on a local Swift package (`Axon-Artifacts`) that is being prepared for public release as a separate repository. Check the [Issues](https://github.com/tooury/Axon/issues) page for the tracking issue and setup instructions.
29+
Axon depends on a local Swift package (`Axon-Artifacts`) that is being prepared for public release as a separate repository. Check the [Issues](https://github.com/theMethodolojeeOrg/Axon/issues) page for the tracking issue and setup instructions.
3030

3131
### Firebase / Cloud Backend (Optional)
3232

axon-bridge-vscode/releases/releases.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"humanTime": "12182025_at_1130PM",
88
"filename": "axon-bridge-0.2.3_12182025_at_1130PM.vsix",
99
"path": "2025-12-18/axon-bridge-0.2.3_12182025_at_1130PM.vsix",
10-
"downloadUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/2025-12-18/axon-bridge-0.2.3_12182025_at_1130PM.vsix",
10+
"downloadUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/2025-12-18/axon-bridge-0.2.3_12182025_at_1130PM.vsix",
1111
"changelog": "- docs: bump version to 0.2.2 and update release information\n- docs: update version to 0.2.1 and add release information\n- Initial commit: Axon Bridge VS Code Extension\n- Initial commit: Axon Bridge VS Code Extension"
1212
},
1313
{
@@ -17,7 +17,7 @@
1717
"humanTime": "12172025_at_0914PM",
1818
"filename": "axon-bridge-0.2.2_12172025_at_0914PM.vsix",
1919
"path": "2025-12-17/axon-bridge-0.2.2_12172025_at_0914PM.vsix",
20-
"downloadUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.2_12172025_at_0914PM.vsix",
20+
"downloadUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.2_12172025_at_0914PM.vsix",
2121
"changelog": "- docs: update version to 0.2.1 and add release information\n- Initial commit: Axon Bridge VS Code Extension\n- Initial commit: Axon Bridge VS Code Extension"
2222
},
2323
{
@@ -27,7 +27,7 @@
2727
"humanTime": "12172025_at_0845PM",
2828
"filename": "axon-bridge-0.2.1_12172025_at_0845PM.vsix",
2929
"path": "2025-12-17/axon-bridge-0.2.1_12172025_at_0845PM.vsix",
30-
"downloadUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.1_12172025_at_0845PM.vsix",
30+
"downloadUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.1_12172025_at_0845PM.vsix",
3131
"changelog": "- Initial commit: Axon Bridge VS Code Extension\n- Initial commit: Axon Bridge VS Code Extension"
3232
},
3333
{
@@ -36,13 +36,13 @@
3636
"timestamp": "20251217-203707",
3737
"filename": "axon-bridge-0.2.0.vsix",
3838
"path": "2025-12-17/axon-bridge-0.2.0.vsix",
39-
"downloadUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.0.vsix",
39+
"downloadUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/2025-12-17/axon-bridge-0.2.0.vsix",
4040
"changelog": "Remote Mode support - VS Code can now act as server for LAN connections from Axon"
4141
}
4242
],
4343
"latest": {
4444
"version": "0.2.3",
45-
"downloadUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/2025-12-18/axon-bridge-0.2.3_12182025_at_1130PM.vsix",
46-
"latestUrl": "https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix"
45+
"downloadUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/2025-12-18/axon-bridge-0.2.3_12182025_at_1130PM.vsix",
46+
"latestUrl": "https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix"
4747
}
48-
}
48+
}

axon-bridge-vscode/scripts/release.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const newRelease = {
119119
humanTime: humanTime,
120120
filename: vsixName,
121121
path: `${date}/${vsixName}`,
122-
downloadUrl: `https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/${date}/${vsixName}`,
122+
downloadUrl: `https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/${date}/${vsixName}`,
123123
changelog: changelog
124124
};
125125
@@ -133,7 +133,7 @@ manifest.releases.unshift(newRelease);
133133
manifest.latest = {
134134
version: version,
135135
downloadUrl: newRelease.downloadUrl,
136-
latestUrl: 'https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix'
136+
latestUrl: 'https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix'
137137
};
138138
139139
fs.writeFileSync(manifestFile, JSON.stringify(manifest, null, 2) + '\n');
@@ -164,8 +164,8 @@ const releaseInfo = `## Current Release
164164
${changelog}
165165
166166
### Download
167-
- [Download Latest VSIX](https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix)
168-
- [Download This Version](https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/${date}/${vsixName})
167+
- [Download Latest VSIX](https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix)
168+
- [Download This Version](https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/${date}/${vsixName})
169169
170170
---
171171
@@ -197,8 +197,8 @@ echo " File Location:"
197197
echo " $VSIX_PATH"
198198
echo ""
199199
echo " Download URLs:"
200-
echo " Latest: https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix"
201-
echo " Specific: https://github.com/tooury/Axon/raw/main/axon-bridge-vscode/releases/$DATE/$VSIX_NAME"
200+
echo " Latest: https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/latest/axon-bridge-latest.vsix"
201+
echo " Specific: https://github.com/theMethodolojeeOrg/Axon/raw/main/axon-bridge-vscode/releases/$DATE/$VSIX_NAME"
202202
echo ""
203203
echo " Changes:"
204204
echo "$CHANGELOG"

0 commit comments

Comments
 (0)