feat(core): Add changelog fetching and parsing functionality
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-12-14 - 1.6.0 - feat(core)
|
||||
Add changelog fetching and parsing functionality
|
||||
|
||||
- Implemented loadChangelogFromRepo to directly load the changelog from a Gitea repository.
|
||||
- Introduced parsing functionality to extract specific version details from the loaded changelog.
|
||||
- Updated CodeFeed class to utilize the changelog for version verification and commit processing.
|
||||
|
||||
## 2024-12-14 - 1.5.3 - fix(core)
|
||||
Fix filtering logic for returning only tagged commits
|
||||
|
||||
|
Reference in New Issue
Block a user