Skip to content

docs: mark mycroft.skill.handler.* as internal workshop->core sync (not spec) #95

docs: mark mycroft.skill.handler.* as internal workshop->core sync (not spec)

docs: mark mycroft.skill.handler.* as internal workshop->core sync (not spec) #95

name: Release Alpha and Propose Stable
on:
workflow_dispatch:
pull_request:
types: [closed]
branches: [dev]
jobs:
publish_alpha:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
uses: OpenVoiceOS/gh-automations/.github/workflows/publish-alpha.yml@dev
secrets: inherit
with:
branch: 'dev'
version_file: 'ovos_workshop/version.py'
update_changelog: true
publish_prerelease: true
propose_release: true
changelog_max_issues: 100
publish_pypi: true
notify_matrix: true