Skip to content

Commit b2c36b0

Browse files
authored
chore(technical): adapt release manager to conventional commits (#313)
1 parent 813e45e commit b2c36b0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Changed
5+
- Technical - Adapt release manager to conventional commits.
46

57
## RELEASE 6.0.3 - 2020-04-14
68
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@commitlint/cli": "8.3.5",
4444
"@commitlint/config-conventional": "8.3.4",
4545
"@commitlint/travis-cli": "8.3.5",
46-
"@forestadmin/devops": "2.0.0",
46+
"@forestadmin/devops": "2.0.1",
4747
"babel-eslint": "10.0.3",
4848
"dotenv": "6.2.0",
4949
"eslint": "6.7.2",
@@ -67,4 +67,4 @@
6767
"test": "jest",
6868
"test:coverage": "jest --coverage"
6969
}
70-
}
70+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -911,10 +911,10 @@
911911
babel-runtime "6.26.0"
912912
execa "0.11.0"
913913

914-
"@forestadmin/[email protected].0":
915-
version "2.0.0"
916-
resolved "https://registry.yarnpkg.com/@forestadmin/devops/-/devops-2.0.0.tgz#77c1edc40ba31c46502e4991ae534064d8fc7db8"
917-
integrity sha512-0dN4lotOzDxH0y+x7tFstyuyvao+zU/492zqJ3ZLMXYRxsx9CrjaJjFJAK8BlXWw3ULpyMhN2AJzurRSSWKPqA==
914+
"@forestadmin/[email protected].1":
915+
version "2.0.1"
916+
resolved "https://registry.yarnpkg.com/@forestadmin/devops/-/devops-2.0.1.tgz#4f5158e341d92ebc960bd4017b62595432237fd1"
917+
integrity sha512-knvYMp2QV/5hIJz3wztKyvJMi3gxF+FxJHjMPlMTk4ZqPUYdAMsuZb8a9EU7KgWpsR89biSQW9ciqLHDvUCE1g==
918918
dependencies:
919919
"@slack/client" "5.0.2"
920920
chalk "2.4.2"

0 commit comments

Comments
 (0)