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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: ${{ inputs.feature_branch }}
main-branch: 'main'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
fetch-depth: 0 # Required for proper git diff analysis

- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: ${{ inputs.feature_branch }}
main-branch: 'main'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
fetch-depth: 0

- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
id: analysis
with:
feature-branch: ${{ github.head_ref }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
with:
fetch-depth: 0

- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: 'develop'
main-branch: 'main'
Expand All @@ -173,7 +173,7 @@ jobs:

```yaml
# Release from develop branch
- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: 'develop' # All integrated features
main-branch: 'main' # Last production release
Expand All @@ -184,7 +184,7 @@ jobs:

```yaml
# Release specific feature
- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: 'feature/user-auth' # Specific feature
main-branch: 'main' # Production baseline
Expand All @@ -195,7 +195,7 @@ jobs:

```yaml
# Release from main/trunk
- uses: synctree/ai-release-tool@v1
- uses: synctree/releasebot@v1
with:
feature-branch: 'main' # Current trunk state
main-branch: 'release/v1.0' # Last release tag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ai-release-tool",
"name": "releasebot",
"version": "1.0.0",
"description": "AI-powered release automation tool for GitHub Actions",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
packages:
- "."

onlyBuiltDependencies:
- esbuild
- unrs-resolver