feat: extended release make target, fixes (#329)

* feat: extended release make target, fixes

* fix: cr comments
This commit is contained in:
2025-11-02 14:16:32 +02:00
committed by GitHub
parent 8527166fbb
commit 63a18808a0
6 changed files with 549 additions and 56 deletions

View File

@@ -4,10 +4,6 @@
# * For JavaScript, use typescript
# Special requirements:
# * csharp: Requires the presence of a .sln file in the project folder.
language: bash
# whether to use the project's gitignore file to ignore files
# Added on 2025-04-07
ignore_all_files_in_gitignore: true
# list of additional paths to ignore
# same syntax as gitignore, so you can use * and **
@@ -66,3 +62,8 @@ excluded_tools: []
initial_prompt: ''
project_name: 'actions'
languages:
- bash
- python
included_optional_tools: []
encoding: utf-8