File: release-drafter.yml

package info (click to toggle)
python-adafruit-platformdetect 3.87.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 2,607; sh: 6; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT

categories:
  - title: "New Boards"
    collapse-after: 1
    labels:
      - "New Board"
change-template: "- $TITLE #$NUMBER by @$AUTHOR"
template: |
  ## What's Changed

  $CHANGES

  To use in CPython, `pip3 install Adafruit-PlatformDetect`.

  Read the [docs](https://circuitpython.readthedocs.io/projects/platformdetect/en/latest/) for info on how to use it.