diff --git a/.github/RELEASE-TEMPLATE.md b/.github/RELEASE-TEMPLATE.md index 7147e6f..9d6a0a2 100644 --- a/.github/RELEASE-TEMPLATE.md +++ b/.github/RELEASE-TEMPLATE.md @@ -4,15 +4,7 @@ Description NetBox: >=4.0.0 Python: >=3.10 -Use version 0.8 if you need compatibility with NetBox 3.7 - ## Update procedure * Run NetBox's `upgrade.sh`, and restart NetBox Check [the documentation](https://alef-burzmali.github.io/netbox-data-flows/installation-configuration/#upgrade) for further instructions. - -## Changes -* ... - - -**Full Changelog**: https://github.com/Alef-Burzmali/netbox-data-flows/compare/v0.X.X...v0.X.X diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index f8adf3e..a781f04 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -45,9 +45,6 @@ jobs: name: distributions path: dist/ - - name: Prepare Release Notes - run: git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s' --no-merges >> ".github/RELEASE-TEMPLATE.md" - - name: Create Release Draft uses: softprops/action-gh-release@v2 with: