Skip to content

Commit

Permalink
馃悰 FIX: Autolog position
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 25, 2018
1 parent 64fdde7 commit 1f1aa28
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,3 +1,3 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": false
}
20 changes: 17 additions & 3 deletions CHANGELOG.md
Expand Up @@ -12,13 +12,27 @@ All notable changes in this project's [released versions](https://github.com/ahm

<br>

### [1.32.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.32.0...1.32.0) RELEASE
### [1.33.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.33.0...1.33.0) RELEASE

- 馃摉 DOC: Update the changelog [`f2eb42e`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/f2eb42e65ffa2d92c68ee7c9efe74f8c205f4fff)
<br>

![hr](https://on.ahmda.ws/t6N5/c)

<br>

### [1.32.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.31.0...1.32.0) RELEASE

- 馃摉 DOC: Update the changelog [`0507e09`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/0507e09abe6ffa15dd45bb0c9eabc7841f5f1911)

![img](https://on.ahmda.ws/t77b/c)

- 馃憣 IMPROVE: No verbose log [`e30a147`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/e30a147eec40056e432c4b5dd3b3b89b982f7085)
- 馃憣 IMPROVE: No images [`8364353`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/8364353b1a0f34ecfcfe67f036673051563135d0)

![img](https://on.ahmda.ws/t5Xs/c)

- 馃悰 FIX: Changelog [`4eaca1a`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/4eaca1a07c97d6ef85d4133c9a65b22558d995f0)
- 馃悰 FIX: Remove wrong credits [`48a31e5`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/48a31e5947fb97773a6dac8c9c730db0be53433a)
- 馃悰 FIX: npm ignore [`52d723b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/52d723b8437d89c4e40b826672465a6bd948851a)

<br>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,13 +43,13 @@
"scripts": {
"start": "nodemon --exec vsce package",
"log": "auto-changelog && git add . && git ci -m ' 馃摉 DOC: Update the changelog' && git push",
"release": "auto-changelog && git add . && git ci -m ' 馃摉 DOC: Update the changelog' && git push && release-it && npx vsce publish",
"release": "release-it && auto-changelog && git add . && git ci -m ' 馃摉 DOC: Update the changelog' && git push && npx vsce publish",
"release-dry": "release-it --dry-run"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "clTemplate.hbs",
"unreleased": true,
"unreleased": false,
"commitLimit": false,
"package": true
}
Expand Down

0 comments on commit 1f1aa28

Please sign in to comment.