Skip to content

Commit 481108f

Browse files
authored
Merge pull request #10 from AgenticSec/chore/migrate-pypi-to-agenticsec
chore: migrate publishing and repo references from SecDev-Lab to AgenticSec
2 parents 55fa47b + 3089785 commit 481108f

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
219219
# Update comparison link
220220
echo "" >> CHANGELOG.md
221-
echo "[${{ needs.prepare-release.outputs.version }}]: https://github.com/SecDev-Lab/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD" >> CHANGELOG.md
222-
sed -i "s|\[Unreleased\]:.*|[Unreleased]: https://github.com/SecDev-Lab/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD|" CHANGELOG.md
221+
echo "[${{ needs.prepare-release.outputs.version }}]: https://github.com/AgenticSec/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD" >> CHANGELOG.md
222+
sed -i "s|\[Unreleased\]:.*|[Unreleased]: https://github.com/AgenticSec/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD|" CHANGELOG.md
223223
224224
- name: Commit version updates
225225
run: |
@@ -272,7 +272,7 @@ jobs:
272272
273273
---
274274
275-
**Full Changelog**: https://github.com/SecDev-Lab/sprout/compare/v0.1.0...v${{ needs.prepare-release.outputs.version }}
275+
**Full Changelog**: https://github.com/AgenticSec/sprout/compare/v0.1.0...v${{ needs.prepare-release.outputs.version }}
276276
draft: false
277277
prerelease: ${{ github.event.inputs.prerelease == 'true' }}
278278
files: |

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122122
- CI/CD pipeline with GitHub Actions
123123
- Support for Python 3.11, 3.12, and 3.13
124124

125-
[Unreleased]: https://github.com/SecDev-Lab/sprout/compare/v0.7.0...HEAD
126-
[0.2.0]: https://github.com/SecDev-Lab/sprout/compare/v0.2.0...HEAD
125+
[Unreleased]: https://github.com/AgenticSec/sprout/compare/v0.7.0...HEAD
126+
[0.2.0]: https://github.com/AgenticSec/sprout/compare/v0.2.0...HEAD
127127

128-
[0.3.0]: https://github.com/SecDev-Lab/sprout/compare/v0.3.0...HEAD
128+
[0.3.0]: https://github.com/AgenticSec/sprout/compare/v0.3.0...HEAD
129129

130-
[0.4.0]: https://github.com/SecDev-Lab/sprout/compare/v0.4.0...HEAD
130+
[0.4.0]: https://github.com/AgenticSec/sprout/compare/v0.4.0...HEAD
131131

132-
[0.5.0]: https://github.com/SecDev-Lab/sprout/compare/v0.5.0...HEAD
132+
[0.5.0]: https://github.com/AgenticSec/sprout/compare/v0.5.0...HEAD
133133

134-
[0.6.0]: https://github.com/SecDev-Lab/sprout/compare/v0.6.0...HEAD
134+
[0.6.0]: https://github.com/AgenticSec/sprout/compare/v0.6.0...HEAD
135135

136-
[0.7.0]: https://github.com/SecDev-Lab/sprout/compare/v0.7.0...HEAD
136+
[0.7.0]: https://github.com/AgenticSec/sprout/compare/v0.7.0...HEAD

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install sprout-cli
1919
For development:
2020
```bash
2121
# Clone the repository
22-
git clone https://github.com/SecDev-Lab/sprout.git
22+
git clone https://github.com/AgenticSec/sprout.git
2323
cd sprout
2424

2525
# Install in development mode

docs/release-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before releasing, ensure all changes are documented in the `[Unreleased]` sectio
3232

3333
### 2. Trigger Release
3434

35-
1. Go to the [Actions tab](https://github.com/SecDev-Lab/sprout/actions) in your GitHub repository
35+
1. Go to the [Actions tab](https://github.com/AgenticSec/sprout/actions) in your GitHub repository
3636
2. Click on "Release" workflow in the left sidebar
3737
3. Click "Run workflow" button
3838
4. Configure the release options:

docs/sprout-cli/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pip install sprout
88

99
# Development installation
10-
git clone https://github.com/SecDev-Lab/sprout.git
10+
git clone https://github.com/AgenticSec/sprout.git
1111
cd sprout
1212
pip install -e ".[dev]"
1313
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "SecDevLab Inc."},
13+
{name = "AgenticSec"},
1414
]
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)