File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 pull_request :
6- branches :
7- - master
86
97jobs :
108 test :
Original file line number Diff line number Diff line change 11# sbt-dependency-lock
2- [ ![ Build Status] ( https://travis-ci.com/stringbean/sbt-dependency-lock.svg?branch=master )] ( https://travis-ci.com/stringbean/sbt-dependency-lock )
2+
3+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/stringbean/sbt-dependency-lock/ci )] ( https://github.com/stringbean/sbt-dependency-lock/actions/workflows/ci.yml )
34[ ![ Codacy grade] ( https://img.shields.io/codacy/grade/d45ca406c90c45c88a3a317563bc3302?label=codacy )] ( https://codacy.com/app/stringbean/sbt-dependency-lock )
45[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/stringbean/sbt-dependency-lock/badge.svg?targetFile=build.sbt )] ( https://snyk.io/test/github/stringbean/sbt-dependency-lock?targetFile=build.sbt )
5- ![ Bintray ] ( https://img.shields.io/bintray /v/stringbean /sbt-plugins/sbt- dependency-lock ?label=sbt%201.x )
6- [ ![ Join the chat at https://gitter.im/sbt-dependency-lock/community ] ( https://badges.gitter.im/ sbt-dependency-lock/community.svg )] ( https://gitter.im/ sbt-dependency-lock/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6+ ![ Maven Central ] ( https://img.shields.io/maven-central /v/software.purpledragon /sbt-dependency-lock_2.12_1.0 ?label=sbt%201.x )
7+ [ ![ GitHub Discussions ] ( https://img.shields.io/github/discussions/stringbean/ sbt-dependency-lock )] ( https://github.com/stringbean/ sbt-dependency-lock/discussions )
78
89An sbt plugin to create a dependency lockfile similar to ` package-lock.json ` for npm or ` Gemfile.lock ` for RubyGems.
910
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ releaseProcess := Seq[ReleaseStep](
5858 commitReleaseVersion,
5959 tagRelease,
6060 publishArtifacts,
61+ releaseStepTask(sonatypeBundleRelease),
6162 releaseStepTask(ghpagesPushSite),
6263 setNextVersion,
6364 commitNextVersion,
You can’t perform that action at this time.
0 commit comments