From 39c940c67722b0c0fbb533ea99886e07e06e5252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nilo=C3=A9=20Mahaut?= Date: Wed, 6 Nov 2024 17:08:11 +0100 Subject: [PATCH] CHANGELOG.md formating --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec77617..43c3136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Change Log -## [Unreleased] _(not in order)_ +## [Unreleased] _(not ordered)_ - 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