Skip to content

Commit c1a9218

Browse files
committed
Update dev-flow
1 parent 15c121c commit c1a9218

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

dev-flow.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,10 @@ respected wrt bincompat.
4747
Docs are released automatically on each code release, if you need a
4848
docs-only deploy, (force) push `main` to the `docs-deploy` branch.
4949

50-
To change/add branches to release:
51-
52-
> ThisBuild / spiewakMainBranches := Seq("main", "develop")
53-
54-
To relax semver:
55-
56-
> ThisBuild / strictSemVer := false
57-
58-
To publish snapshot on every main build:
59-
60-
> ThisBuild / spiewakCiReleaseSnapshots := true
61-
62-
Caveat:
63-
If you are publishing snapshots, you need to make sure that new
64-
commits are fully built before you push a proper release tag: push
65-
`main`, wait for the snapshot release to complete, and then push the
66-
tag.
6750

6851
## Links
6952

53+
- https://typelevel.org/sbt-typelevel/
7054
- https://github.com/djspiewak/sbt-spiewak
71-
- https://github.com/djspiewak/sbt-github-actions
7255
- https://docsify.js.org/#/
7356
- https://scalameta.org/mdoc/

0 commit comments

Comments
 (0)