Skip to content

Commit

Permalink
perf: configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmatos committed Jul 27, 2020
1 parent 3f2e978 commit 495a6ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 59 deletions.
43 changes: 0 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +0,0 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2020-07-27)


### Errors Corrigidos

* refactoring folders ([27e13b0](https://github.com/lpmatos/gitlab-clone-recursive/commit/27e13b0b09db1fe93d0bb6ac26ac4e306c844c3e))
* setup file changes ([229df6a](https://github.com/lpmatos/gitlab-clone-recursive/commit/229df6a8aa20900bffc572dbe98b269da20af49d))


### Funcionalidades

* adding initial script and files ([09c88e5](https://github.com/lpmatos/gitlab-clone-recursive/commit/09c88e58b360c8cb932533b992268dbf8960c9c5))
* **new packages in dockerfile (git, bash):** new packages in dockerfile (git, bash) ([6950455](https://github.com/lpmatos/gitlab-clone-recursive/commit/6950455c97af98e06bd615b327d593ee41d5e719))
* bump 0.0.4 version and cat some erros ([98f6ac4](https://github.com/lpmatos/gitlab-clone-recursive/commit/98f6ac49195c6145b6cf87461800cfdc64f8d85c))
* clone functions ([31e2d35](https://github.com/lpmatos/gitlab-clone-recursive/commit/31e2d35ed732f41a3301dee6c2860c921fef2750))
* container build ([dc8129c](https://github.com/lpmatos/gitlab-clone-recursive/commit/dc8129cd7d2dfaf2d2dda408db5809ec9e998909))
* dockerfile, docker-compose and others ([282bd92](https://github.com/lpmatos/gitlab-clone-recursive/commit/282bd920e750ad3980ea7f0d4e7b74e342399bef))
* settings file - adding config os class ([4a471f9](https://github.com/lpmatos/gitlab-clone-recursive/commit/4a471f94d3c9376e3742a7d172ec138b8d551915))
* setup commands ([432013c](https://github.com/lpmatos/gitlab-clone-recursive/commit/432013c6173ab339e0bec2c1650b3a1f9ae4d4ca))

## 1.1.0 (2020-07-27)


### Errors Corrigidos

* refactoring folders ([27e13b0](https://github.com/lpmatos/gitlab-clone-recursive/commit/27e13b0b09db1fe93d0bb6ac26ac4e306c844c3e))
* setup file changes ([229df6a](https://github.com/lpmatos/gitlab-clone-recursive/commit/229df6a8aa20900bffc572dbe98b269da20af49d))


### Funcionalidades

* adding initial script and files ([09c88e5](https://github.com/lpmatos/gitlab-clone-recursive/commit/09c88e58b360c8cb932533b992268dbf8960c9c5))
* **new packages in dockerfile (git, bash):** new packages in dockerfile (git, bash) ([6950455](https://github.com/lpmatos/gitlab-clone-recursive/commit/6950455c97af98e06bd615b327d593ee41d5e719))
* bump 0.0.4 version and cat some erros ([98f6ac4](https://github.com/lpmatos/gitlab-clone-recursive/commit/98f6ac49195c6145b6cf87461800cfdc64f8d85c))
* clone functions ([31e2d35](https://github.com/lpmatos/gitlab-clone-recursive/commit/31e2d35ed732f41a3301dee6c2860c921fef2750))
* container build ([dc8129c](https://github.com/lpmatos/gitlab-clone-recursive/commit/dc8129cd7d2dfaf2d2dda408db5809ec9e998909))
* dockerfile, docker-compose and others ([282bd92](https://github.com/lpmatos/gitlab-clone-recursive/commit/282bd920e750ad3980ea7f0d4e7b74e342399bef))
* settings file - adding config os class ([4a471f9](https://github.com/lpmatos/gitlab-clone-recursive/commit/4a471f94d3c9376e3742a7d172ec138b8d551915))
* setup commands ([432013c](https://github.com/lpmatos/gitlab-clone-recursive/commit/432013c6173ab339e0bec2c1650b3a1f9ae4d4ca))
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
{
"description": "Template Project with Commit Lint",
"scripts": {
"commit": "git cz"
"commit": "git cz",
"release": "standard-version"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"release": "standard-version"
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"commitizen": "4.1.2",
"husky": "4.2.5",
"standard-version": "^8.0.0",
"cz-conventional-changelog": "3.2.0"
"standard-version": "^8.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/lpmatos/commitlint.git"
},
"keywords": [],
"version": "1.0.0",
"description": "Template Project with Commit Lint",
"author": "Lucca Pessoa da Silva Matos",
"license": "ISC",
"bugs": {
"url": "https://github.com/lpmatos/commitlint/issues"
},
"homepage": "https://github.com/lpmatos/commitlint#readme"
"license": "ISC"
}

0 comments on commit 495a6ab

Please sign in to comment.