* fix: improve JWS and key verification * fix: get remote keys if no cached key matches * fix: get remote keys if no cached key matches * fix exactMatch * fix exactMatch * chore: change default branch name in .releaserc.js
8 lines
200 B
JavaScript
8 lines
200 B
JavaScript
module.exports = {
|
|
branches: ["main"],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github"
|
|
]
|
|
};
|