You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/g8/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,14 @@ Run `test` for regular unit tests.
12
12
13
13
Run `scripted` for [sbt script tests](http://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins.html).
14
14
15
+
### CI
16
+
17
+
The generated project uses [sbt-github-actions](https://github.com/djspiewak/sbt-github-actions) as a plugin to generate workflows for GitHub actions. For full details of how to use it [read this](https://github.com/djspiewak/sbt-github-actions/blob/main/README.md)
18
+
15
19
### Publishing
16
20
17
21
1. publish your source to GitHub
18
-
2.[create a bintray account](https://bintray.com/signup/index) and [set up bintray credentials](https://github.com/sbt/sbt-bintray#publishing)
19
-
3. create a bintray repository `sbt-plugins`
20
-
4. update your bintray publishing settings in `build.sbt`
21
-
5.`sbt publish`
22
-
6.[request inclusion in sbt-plugin-releases](https://bintray.com/sbt/sbt-plugin-releases)
23
-
7.[Add your plugin to the community plugins list](https://github.com/sbt/website#attention-plugin-authors)
24
-
8.[Claim your project an Scaladex](https://github.com/scalacenter/scaladex-contrib#claim-your-project)
22
+
2. Follow the instructions in [sbt-ci-release](https://github.com/olafurpg/sbt-ci-release/blob/main/readme.md) to create a sonatype account and setup your keys
23
+
3.`sbt ci-release`
24
+
4.[Add your plugin to the community plugins list](https://github.com/sbt/website#attention-plugin-authors)
25
+
5.[Claim your project an Scaladex](https://github.com/scalacenter/scaladex-contrib#claim-your-project)
0 commit comments