Skip to content

Commit ff5703d

Browse files
committed
Review maintainer guide
1 parent 2d98bb4 commit ff5703d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/04-maintainer-guide.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The released workflow is handled by our https://github.com/clj-commons/rewrite-c
1212

1313
The release workflow:
1414

15-
. Calculates a version using our versioning scheme and apply it to:
15+
. Calculates a version using our versioning scheme and applies it to:
1616
.. `deps.edn` usage example in the user guide
17-
.. "unreleased" and "unrelased breaking changes" headings in the change log
17+
.. "unreleased" and "unreleased breaking changes" headings in the change log
1818
.. ``pom.xml``'s `version` and `scm`->`tag`
1919
. Create a thin jar
2020
. Deploy the jar to clojars
@@ -41,18 +41,17 @@ To run the change log validation locally:
4141

4242
[source,shell]
4343
----
44-
bb script/release.yml validate
44+
bb script/release.clj validate
4545
----
4646

47-
If you so wish you can also run all steps up to, but not including, deploy locally via:
47+
If you so wish, you can also locally run all steps up to, but not including, deploy via:
4848

4949
[source,shell]
5050
----
51-
bb script/release.yml prep
51+
bb script/release.clj prep
5252
----
5353
Be aware though that you will NOT want to check in changes `prep` makes to `CHANGELOG.adoc`, `pom.xml` and `01-user-guide.adoc`.
5454

55-
5655
=== Invoking
5756

5857
As a maintainer you should have sufficient privileges to see a "Run Workflow" dropdown button on the https://github.com/clj-commons/rewrite-clj/actions?query=workflow%3A%22Release%22[Release] action page.

0 commit comments

Comments
 (0)