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
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ jobs:
if: steps.version.outputs.skip != 'true'
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
with:
tag_name: ${{ steps.version.outputs.tag }}
draft: true
name: "AI-DLC Workflow v${{ steps.version.outputs.version }}"
body: |
Release v${{ steps.version.outputs.version }}

See [CHANGELOG.md](CHANGELOG.md) for details.
See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/${{ steps.version.outputs.tag }}/CHANGELOG.md) for details.

## Downloads
- **ai-dlc-rules** - Rules format (Amazon Q, Kiro, etc.)
Expand Down
12 changes: 12 additions & 0 deletions .kiro/steering/pr-conventions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Pull Request Conventions

When creating pull requests in this repository, always include the following in the PR body:

1. Use the structure from `.github/pull_request_template.md`
2. The PR description MUST end with this contributor statement (required by CI):

```text
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the [project license](https://github.com/awslabs/aidlc-workflows/blob/main/LICENSE).
```

Without this statement, the `Require Contributor Statement` CI check will fail.