mirror of
https://github.com/ivuorinen/base-configs-semantic-release.git
synced 2026-02-21 13:50:42 +00:00
feat: upgrade yarn, prettier format all, upgrade actions (#74)
* feat: upgrade yarn, prettier format all, upgrade actions * fix: postinstall script and .releaserc.json
This commit is contained in:
22
index.cjs
22
index.cjs
@@ -1,19 +1,19 @@
|
||||
'use strict'
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'@semantic-release/commit-analyzer',
|
||||
'@semantic-release/release-notes-generator',
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
'@semantic-release/changelog',
|
||||
"@semantic-release/changelog",
|
||||
{
|
||||
changelogTitle:
|
||||
'# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
|
||||
}
|
||||
"# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.",
|
||||
},
|
||||
],
|
||||
'@semantic-release/npm',
|
||||
'@semantic-release/github',
|
||||
'@semantic-release/git'
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/git",
|
||||
],
|
||||
preset: 'angular'
|
||||
}
|
||||
preset: "angular",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user