2023-09-24 12:06:13 +03:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
2023-09-26 13:29:01 +03:00
|
|
|
name: release-please
|
2023-09-24 12:06:13 +03:00
|
|
|
|
2023-09-26 10:39:06 +03:00
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
pull-requests: write
|
|
|
|
|
2023-09-24 12:06:13 +03:00
|
|
|
jobs:
|
2023-09-26 13:29:01 +03:00
|
|
|
release-please:
|
2023-09-24 12:06:13 +03:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-09-26 13:29:01 +03:00
|
|
|
- uses: google-github-actions/release-please-action@v3
|
2023-09-24 12:06:13 +03:00
|
|
|
with:
|
2023-09-26 13:29:01 +03:00
|
|
|
release-type: python
|
|
|
|
package-name: statapp
|
|
|
|
changelog-types: '[{"type":"feat","section":"Новые функции","hidden":false},{"type":"fix","section":"Исправления","hidden":false},{"type":"chore", "hidden":true}]'
|