Skip to content

Commit

Permalink
Update GitHub release template
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Nov 3, 2024
1 parent 01e94b3 commit 687e5b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/RELEASE-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 687e5b8

Please sign in to comment.