OpenJobDescription / openjd-model-for-python

Provides a Python implementation of the data model for Open Job Description's template schemas.
https://github.com/OpenJobDescription/openjd-specifications/wiki
Apache License 2.0
12 stars 7 forks source link

ci: install python-semantic-release via requirements file #104

Closed moorec-aws closed 4 months ago

moorec-aws commented 4 months ago

What was the problem/requirement? (What/Why)

python-semantic-release is not being properly tracked by dependabot.

What was the solution? (How)

Add a hatch script to install python-semantic-release from a requirements file

What is the impact of this change?

Install python-semantic-release via an requirements file that is tracked by dependabot.

How was this change tested?

hatch run release:deps

Was this change documented?

no

Is this a breaking change?

no


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.