Skip to content

Commit

Permalink
Merge pull request #1329 from dradis/add-changelog-template
Browse files Browse the repository at this point in the history
Add changelog template
  • Loading branch information
aapomm authored Jan 6, 2025
2 parents 0e7a0df + 114b5ee commit c2651d5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
[v#.#.#] ([month] [YYYY])
- [entity]:
- [future tense verb] [feature]
- Upgraded gems:
- [gem]
- Bugs fixes:
- [entity]:
- [future tense verb] [bug fix]
- Bug tracker items:
- [item]
- New integrations:
- [integration]
- Integration enhancements:
- [integration]:
- [future tense verb] [integration enhancement]
- [integration bug fixes]:
- [future tense verb] [integration bug fix]
- Reporting enhancements:
- [report type]:
- [future tense verb] [reporting enhancement]
- REST/JSON API enhancements:
- [API entity]:
- [future tense verb] [API enhancement]
- Security Fixes:
- High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
- Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
- Low: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]

v4.15.0 (December 2024)
- Tags: Add custom ordering
- Welcome Kit:
Expand Down

0 comments on commit c2651d5

Please sign in to comment.