marlin 0.14.0

🦀 No nonsense hardware testing in Rust 🛠️
Documentation
name: Release

on:
  push:
    branches:
      - main

permissions:
  contents: write
  pull-requests: write

jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38
        with:
          config-file: .github/release-please-config.json
          manifest-file: .github/.release-please-manifest.json