File: changed-files-spec.yml

package info (click to toggle)
python-semantic-release 10.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,980 kB
  • sloc: python: 43,374; sh: 695; makefile: 158
file content (23 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---

build:
    - MANIFEST.in
    - scripts/**
docs:
    - docs/**
    - README.rst
    - AUTHORS.rst
    - CONTRIBUTING.rst
    - CHANGELOG.rst
gha_src:
    - src/gh_action/**
src:
    - src/semantic_release/**
    - pyproject.toml
gha_tests:
    - tests/gh_action/**
tests:
    - tests/e2e/**
    - tests/fixtures/**
    - tests/unit/**
    - tests/*.py