Skip to content

Instantly share code, notes, and snippets.

@ujlbu4
ujlbu4 / .releaserc.yaml
Created August 1, 2020 20:52
semantic release yaml config
branches: ['master']
ci: true
debug: true
dryRun: false
# repositoryUrl: — no need, will use from git origin
tagFormat: '${version}'
# Global plugin options (will be passed to all plugins)
preset: 'conventionalcommits'
gitlabUrl: 'http://gitlab.your-domain.com/'