Skip to content

⬆️ Update microsoft/vscode-python-debugger to v2024.12.0 #672

⬆️ Update microsoft/vscode-python-debugger to v2024.12.0

⬆️ Update microsoft/vscode-python-debugger to v2024.12.0 #672

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
fetch-tags: true
- name: CalVer
id: calver
uses: energostack/calver-action@b78cb8c8cb798e4b64397d6837add121bd94f4d9 # v1.0.4
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
with:
version: ${{ steps.calver.outputs.next_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}