CHANGELOG.md formating
This commit is contained in:
parent
e2c0f0048d
commit
39c940c677
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,13 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## [Unreleased] <sub><sup><sub>_(not in order)_</sub></sup></sub>
|
||||
## [Unreleased] <sub><sup><sub>_(not ordered)_</sub></sup></sub>
|
||||
|
||||
- Task API
|
||||
- Upload only active file
|
||||
- Make it possible to receive a webhook to send info to user => maybe not possible
|
||||
- clean code (more)
|
||||
- message on deactivate if not everything is pushed
|
||||
- check if commit msg was already pushed with git log main --format=%s and propose increment
|
||||
- check if commit msg was already pushed with `git log main --format=%s` and propose increment
|
||||
- make a better Readme.md
|
||||
- rename extension
|
||||
- better logo ?
|
||||
|
|
@ -24,9 +24,9 @@
|
|||
- trim commit message before push
|
||||
- clean code
|
||||
- check if in git repository before running commands => better
|
||||
- "fix" "Merge branch 'main' of https://[...]" in commit message => git pull --rebase
|
||||
- "fix" "Merge branch 'main' of https://[...]" in commit message => `git pull --rebase`
|
||||
- fix/improve error output
|
||||
- change git pull --ff to git pull --rebase --autostash to make it possible to pull when there are uncommited changes
|
||||
- change `git pull --ff` to `git pull --rebase --autostash` to make it possible to pull when there are uncommited changes
|
||||
|
||||
## [0.2.0] - 2024-07-19
|
||||
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
- Fixed "commit message auto increment"
|
||||
- Fixed commit message couldn't have `'` in it
|
||||
- added "--ff" to git pull
|
||||
- added `--ff` to git pull
|
||||
|
||||
## [0.1.2] - 2024-07-11
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue