Skip to content

Commit fb86c05

Browse files
committed
Update to 1.2.1
1 parent b4378aa commit fb86c05

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
[1.2.1]: https://github.com/digikid/create-gulp-project/releases/tag/1.2.1
4+
5+
## [1.2.1] - 2022-07-24
6+
7+
### Updates
8+
9+
- Main development task renamed with `dev`
10+
- Update documentation files
11+
312
[1.2.0]: https://github.com/digikid/create-gulp-project/releases/tag/1.2.0
413

514
## [1.2.0] - 2022-07-14

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<img alt="Create Gulp Project" src="https://github.com/digikid/create-gulp-project/raw/main/logo.png" height="117" />
33
<h1>Create Gulp Project</h1>
44
<p>Configure projects based on <a href="https://github.com/digikid/gulp-project">gulp-project</a> boilerplate.<br>Store your settings and setup new projects quickly.</p>
5+
<p>
6+
<b>English</b> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README.ru-RU.md">Русский</a></p>
57
<img src="https://img.shields.io/github/release/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="Release version">
68
<img src="https://img.shields.io/github/languages/top/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="TypeScript">
79
<img src="https://img.shields.io/github/license/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="MIT License">
8-
<p>
9-
<a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">en</a> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README-ru.md">ru</a></p>
1010
</div>
1111

1212
## Install

README-ru.md renamed to README.ru-RU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<img alt="Create Gulp Project" src="https://github.com/digikid/create-gulp-project/raw/main/logo.png" height="117" />
33
<h1>Create Gulp Project</h1>
44
<p>Конфигуратор для проектов на сборке <a href="https://github.com/digikid/gulp-project">gulp-project</a>.<br>Сохраняйте параметры и создавайте новые проекты за пару кликов.</p>
5+
<p>
6+
<a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">English</a> | <b>Русский</b></p>
57
<img src="https://img.shields.io/github/release/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="Release version">
68
<img src="https://img.shields.io/github/languages/top/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="TypeScript">
79
<img src="https://img.shields.io/github/license/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor" alt="MIT License">
8-
<p>
9-
<a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">en</a> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README-ru.md">ru</a></p>
1010
</div>
1111

1212
## Установка

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gulp-project",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Configure projects based on gulp-project boilerplate",
55
"type": "module",
66
"main": "dist/index.js",
@@ -26,6 +26,7 @@
2626
"prepublish": "tsc",
2727
"scripts": {
2828
"prepare": "tsc",
29+
"dev": "tsc --watch",
2930
"local-install": "npm i -g ./",
3031
"local-update": "tsc"
3132
},

src/methods/cloneRepo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default (async function (this: IApp) {
1717
const removedFiles = [
1818
'.git',
1919
'README.md',
20-
'README-ru.md',
20+
'README.ru-RU.md',
2121
'CHANGELOG.md',
2222
'LICENSE',
2323
'logo.png',

0 commit comments

Comments
 (0)