Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:

# Update comparison link
echo "" >> CHANGELOG.md
echo "[${{ needs.prepare-release.outputs.version }}]: https://github.com/SecDev-Lab/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD" >> CHANGELOG.md
sed -i "s|\[Unreleased\]:.*|[Unreleased]: https://github.com/SecDev-Lab/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD|" CHANGELOG.md
echo "[${{ needs.prepare-release.outputs.version }}]: https://github.com/AgenticSec/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD" >> CHANGELOG.md
sed -i "s|\[Unreleased\]:.*|[Unreleased]: https://github.com/AgenticSec/sprout/compare/v${{ needs.prepare-release.outputs.version }}...HEAD|" CHANGELOG.md

- name: Commit version updates
run: |
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:

---

**Full Changelog**: https://github.com/SecDev-Lab/sprout/compare/v0.1.0...v${{ needs.prepare-release.outputs.version }}
**Full Changelog**: https://github.com/AgenticSec/sprout/compare/v0.1.0...v${{ needs.prepare-release.outputs.version }}
draft: false
prerelease: ${{ github.event.inputs.prerelease == 'true' }}
files: |
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI/CD pipeline with GitHub Actions
- Support for Python 3.11, 3.12, and 3.13

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

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

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

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

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

[0.7.0]: https://github.com/SecDev-Lab/sprout/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/AgenticSec/sprout/compare/v0.7.0...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install sprout-cli
For development:
```bash
# Clone the repository
git clone https://github.com/SecDev-Lab/sprout.git
git clone https://github.com/AgenticSec/sprout.git
cd sprout

# Install in development mode
Expand Down
2 changes: 1 addition & 1 deletion docs/release-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before releasing, ensure all changes are documented in the `[Unreleased]` sectio

### 2. Trigger Release

1. Go to the [Actions tab](https://github.com/SecDev-Lab/sprout/actions) in your GitHub repository
1. Go to the [Actions tab](https://github.com/AgenticSec/sprout/actions) in your GitHub repository
2. Click on "Release" workflow in the left sidebar
3. Click "Run workflow" button
4. Configure the release options:
Expand Down
2 changes: 1 addition & 1 deletion docs/sprout-cli/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pip install sprout

# Development installation
git clone https://github.com/SecDev-Lab/sprout.git
git clone https://github.com/AgenticSec/sprout.git
cd sprout
pip install -e ".[dev]"
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}
authors = [
{name = "SecDevLab Inc."},
{name = "AgenticSec"},
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
Loading