Skip to content

Commit 7a2d810

Browse files
committed
Revert "update CI info"
This reverts commit e58f418.
1 parent e58f418 commit 7a2d810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/dev/contrib_howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Things you should do if you are a Clojure Contrib committer:
2525

2626
* maintain your library and respond to questions/issues that arise
2727
* do your work on the master branch, or (if you are working on a significant chunk you want to keep temporarily separate) on a feature-specific branch that you create yourself
28-
* use the GitHub "Release on demand" Action to make releases
28+
* use the Maven Release option on build.clojure.org to make releases
2929
* coordinate with other committers before making changes to their libraries
3030
* accept contributions from others only if they have <<contributors#,signed the CA>>
3131

content/dev/contrib_libs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These libraries use the same contribution model (<<contributor_agreement#,Contri
1414
* Source control - Git libraries on GitHub
1515
* Issues - https://clojure.atlassian.net/projects/CLJ[JIRA]
1616
* Development model - patches in JIRA, no PRs
17-
* Continuous integration - GitHub actions in each project
17+
* Continuous integration - https://build.clojure.org[Jenkins]
1818
* Doc generation and hosting - https://tomfaulhaber.github.io/autodoc/[Autodoc] and GitHub https://clojure.github.io/[pages]
1919
* Builds - Maven with deployment to Maven Central under the groupId `org.clojure`
2020

0 commit comments

Comments
 (0)