File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Create a GitHub release
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ tags :
7+ - " v*.*.*"
8+
9+ jobs :
10+ create-github-release :
11+ runs-on : ubuntu-22.04
12+
13+ steps :
14+ - name : Create a GitHub release
15+ uses : softprops/action-gh-release@v1
16+ with :
17+ draft : false
Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- ### Version 5.0.1-dev
4+ ### Version 5.0.1
55
66- Improve the stability of the "Check for new Package versions" feature.
77 https://github.com/nexB/dejacode/issues/17
Original file line number Diff line number Diff line change 1111
1212from dejacode .celery import app as celery_app
1313
14- VERSION = "5.0.1-dev "
14+ VERSION = "5.0.1"
1515__version__ = VERSION
1616__all__ = ["celery_app" ]
1717
Original file line number Diff line number Diff line change 11[metadata]
22name = dejacode
3- version = 5.0.1-dev
3+ version = 5.0.1
44license = AGPL-3.0-only
55description = Automate open source license compliance and ensure supply chain integrity
66long_description = file:README.rst
You can’t perform that action at this time.
0 commit comments