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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# directory at the root of the repository and any of its
# subdirectories.
# /build/logs/ @doctocat
/.github/ @elliotxx @howieyuen
/.github/ @elliotxx @howieyuen @SparkYuan @markliby
/pkg/engine/ @SparkYuan @markliby

# The `docs/*` pattern will match files like
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
files: ./_build/bundles/*.tgz*
append_body: true
body: |
### Docker Images
## Docker Images
* `kusionstack/kusion:${{ steps.get_version.outputs.kusion_version }}`

### Dependent version
## Dependent version
* [kclvm-go](https://github.com/KusionStack/kclvm-go): `${{ steps.get_version.outputs.kclvmgo_version }}`
* [kcl-plugin](https://github.com/KusionStack/kcl-plugin): `${{ steps.get_version.outputs.kclplugin_version }}`
# <--- End --->