Skip to content

refactor: Rearrange link handling in Markdown to BBCode conversion fo… #6

refactor: Rearrange link handling in Markdown to BBCode conversion fo…

refactor: Rearrange link handling in Markdown to BBCode conversion fo… #6

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
id: checkout
uses: actions/checkout@v4
- name: Release Please Action
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: python # Specifies that it's a Python project
# Optional configurations:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}