@jeromefitz/semantic 6.0.0-canary.4 → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,10 +32,10 @@ Quickly though you can look at `./changelog.config.js` in this repo to see how t
|
|
|
32
32
|
|
|
33
33
|
### Semantic Release
|
|
34
34
|
|
|
35
|
-
`./release.config.
|
|
35
|
+
`./release.config.cjs`
|
|
36
36
|
|
|
37
37
|
```js
|
|
38
|
-
const release = require('@jeromefitz/semantic/release.config.
|
|
38
|
+
const release = require('@jeromefitz/semantic/release.config.cjs')
|
|
39
39
|
module.exports = {
|
|
40
40
|
...release,
|
|
41
41
|
}
|
|
@@ -44,7 +44,7 @@ module.exports = {
|
|
|
44
44
|
#### Example
|
|
45
45
|
|
|
46
46
|
```js
|
|
47
|
-
const release = require('@jeromefitz/semantic/release.config.
|
|
47
|
+
const release = require('@jeromefitz/semantic/release.config.cjs')
|
|
48
48
|
|
|
49
49
|
const _extends = ['semantic-release-commit-filter']
|
|
50
50
|
const plugins = release.plugins
|