generated from alecodes/base-template
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfad005b7c | |||
| 0a32e22556 | |||
| e8fed4ce19 |
2 changed files with 45 additions and 0 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## 0.1.0 - 2024-12-20
|
||||
#### Build system
|
||||
- add docker build setup - (66b21da) - aleidk
|
||||
#### Features
|
||||
- archive read entries - (1788241) - aleidk
|
||||
- add basic linkding connection - (43f6340) - aleidk
|
||||
- list entries to archive from miniflux - (43cd24e) - aleidk
|
||||
- add basic miniflux conection - (22b4abf) - aleidk
|
||||
- add basic command structure - (1459abd) - aleidk
|
||||
- first commit - (c8a37ed) - alecodes
|
||||
#### Miscellaneous Chores
|
||||
- add cocogitto config - (0a32e22) - aleidk
|
||||
|
||||
- - -
|
||||
|
||||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||
25
cog.toml
Normal file
25
cog.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
from_latest_tag = false
|
||||
ignore_merge_commits = true
|
||||
disable_changelog = false
|
||||
disable_bump_commit = false
|
||||
generate_mono_repository_global_tag = true
|
||||
generate_mono_repository_package_tags = true
|
||||
branch_whitelist = []
|
||||
skip_ci = "[skip ci]"
|
||||
skip_untracked = false
|
||||
pre_bump_hooks = []
|
||||
post_bump_hooks = []
|
||||
pre_package_bump_hooks = []
|
||||
post_package_bump_hooks = []
|
||||
|
||||
[git_hooks]
|
||||
|
||||
[commit_types]
|
||||
|
||||
[changelog]
|
||||
path = "CHANGELOG.md"
|
||||
authors = []
|
||||
|
||||
[bump_profiles]
|
||||
|
||||
[packages]
|
||||
Loading…
Add table
Add a link
Reference in a new issue