|
14 | 14 | "adapt-authoring-content": "^2.0.0", |
15 | 15 | "adapt-authoring-contentplugin": "^1.0.3", |
16 | 16 | "adapt-authoring-core": "^2.0.0", |
17 | | - "adapt-authoring-courseassets": "^1.0.3", |
18 | 17 | "adapt-authoring-coursetheme": "^1.0.2", |
19 | 18 | "adapt-authoring-mongodb": "^3.0.0", |
20 | 19 | "adapt-authoring-spoortracking": "^1.0.2", |
21 | 20 | "adapt-cli": "^3.3.3", |
| 21 | + "adapt-migrations": "^1.4.0", |
22 | 22 | "adapt-octopus": "^0.1.2", |
23 | 23 | "bytes": "^3.1.2", |
24 | 24 | "fs-extra": "11.3.3", |
|
37 | 37 | "adapt-authoring-tags": "^1.0.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@semantic-release/git": "^10.0.1", |
41 | | - "conventional-changelog-eslint": "^6.0.0", |
42 | | - "semantic-release": "^25.0.2", |
| 40 | + "@adaptlearning/semantic-release-config": "^1.0.0", |
43 | 41 | "standard": "^17.1.0" |
44 | 42 | }, |
45 | 43 | "release": { |
46 | | - "plugins": [ |
47 | | - [ |
48 | | - "@semantic-release/commit-analyzer", |
49 | | - { |
50 | | - "preset": "eslint" |
51 | | - } |
52 | | - ], |
53 | | - [ |
54 | | - "@semantic-release/release-notes-generator", |
55 | | - { |
56 | | - "preset": "eslint" |
57 | | - } |
58 | | - ], |
59 | | - "@semantic-release/npm", |
60 | | - "@semantic-release/github", |
61 | | - [ |
62 | | - "@semantic-release/git", |
63 | | - { |
64 | | - "assets": [ |
65 | | - "package.json" |
66 | | - ] |
67 | | - } |
68 | | - ] |
69 | | - ] |
| 44 | + "extends": "@adaptlearning/semantic-release-config" |
70 | 45 | } |
71 | 46 | } |
0 commit comments