Skip to content

feat: add rendering for inline math (#124) #62

feat: add rendering for inline math (#124)

feat: add rendering for inline math (#124) #62

on:
push:
branches:
- main
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: rust
package-name: unimarkup-rs
# Breaking changes might happen frequently before 1.0.0 => only bump minor
bump-minor-pre-major: true
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"arch","section":"Architecture/Refactor","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":true}
]