Skip to content

Commit

Permalink
✨ feat (PRs): Merge and deploy PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rioukkevin committed Jan 30, 2024
1 parent 1da09c9 commit ac826ab
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
13 changes: 11 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,17 @@
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#136c1a",
"activityBarBadge.foreground": "#e7e7e7",
"tab.activeBorder": "#e36b61",
"sash.hoverBorder": "#e36b61"
"sash.hoverBorder": "#e36b61",
"commandCenter.border": "#e7e7e799",
"statusBar.background": "#db4236",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#e36b61",
"statusBarItem.remoteBackground": "#db4236",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#db4236",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#db423699",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#DB4236"
}
4 changes: 0 additions & 4 deletions BASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
![demo](./assets/demo.gif)

![version](https://vsmarketplacebadge.apphb.com/version-short/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)
![install](https://vsmarketplacebadge.apphb.com/installs/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)
![rating](https://vsmarketplacebadge.apphb.com/rating-star/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)

# What is it ?

This extension is an extension made to formalize git commit messages. By using a template and variables, you can define how the commit message needs to looks and which data you want in this message.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

#### **3.2.0** (_01-30-2024_)

- ✨feature: Trim messages when finished
- ✨feature: Ability to define titles on prompts
- ✨feature: Ability to define default values on prompts

#### **3.1.1** (_09-30-2022_)

- ✨feature: Trim messages when finished
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
![demo](./assets/demo.gif)

![version](https://vsmarketplacebadge.apphb.com/version-short/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)
![install](https://vsmarketplacebadge.apphb.com/installs/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)
![rating](https://vsmarketplacebadge.apphb.com/rating-star/rioukkevin.vscode-git-commit.svg?style=for-the-badge&color=dd4739)

# What is it ?

This extension is an extension made to formalize git commit messages. By using a template and variables, you can define how the commit message needs to looks and which data you want in this message.
Expand Down Expand Up @@ -173,6 +169,12 @@ You just have to create a pull-request 😉 with what you want and a clear descr

# Changelog

#### **3.2.0** (_01-30-2024_)

- ✨feature: Trim messages when finished
- ✨feature: Ability to define titles on prompts
- ✨feature: Ability to define default values on prompts

#### **3.1.1** (_09-30-2022_)

- ✨feature: Trim messages when finished
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-git-commit",
"displayName": "VSCode Git Commit Message",
"description": "Harmonize your git commit message with your colleagues",
"version": "3.1.1",
"version": "3.2.0",
"engines": {
"vscode": "^1.60.0"
},
Expand Down

0 comments on commit ac826ab

Please sign in to comment.