mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
20 lines
513 B
YAML
20 lines
513 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
name: release-please
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v3
|
|
with:
|
|
release-type: python
|
|
package-name: statapp
|
|
changelog-types: '[{"type":"feat","section":"Новые функции","hidden":false},{"type":"fix","section":"Исправления","hidden":false},{"type":"chore", "hidden":true}]'
|