npm i https://gist.github.com/mob-sakai/c90044338361af97a7e8c8a78425bdb3
npx semantic-release -e @mob-sakai/semantic-release-upm
Last active
December 23, 2020 08:14
-
-
Save mob-sakai/c90044338361af97a7e8c8a78425bdb3 to your computer and use it in GitHub Desktop.
semantic-release-upm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"branches": [ | |
"+([0-9])?(.{+([0-9]),x}).x", | |
"master", | |
"main", | |
{ | |
"name": "preview", | |
"prerelease": true | |
} | |
], | |
"tagFormat": "${version}", | |
"plugins": [ | |
"@semantic-release/commit-analyzer", | |
"@semantic-release/release-notes-generator", | |
"@semantic-release/changelog", | |
[ | |
"@semantic-release/npm", | |
{ | |
"npmPublish": false | |
} | |
], | |
"@semantic-release/git", | |
"@semantic-release/github" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@mob-sakai/semantic-release-upm", | |
"version": "1.0.0", | |
"description": "semantic-release shareable configuration for upm + GitHub", | |
"main": ".releaserc.json", | |
"author": "mob-sakai <sakai861104@gmail.com>", | |
"license": "MIT", | |
"dependencies": { | |
"@semantic-release/changelog": "^5.0.1", | |
"@semantic-release/git": "^9.0.0", | |
"semantic-release": "^17.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment