Skip to content

Commit

Permalink
Revert "update CI info"
Browse files Browse the repository at this point in the history
This reverts commit e58f418.
  • Loading branch information
puredanger committed Dec 26, 2023
1 parent e58f418 commit 7a2d810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/dev/contrib_howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Things you should do if you are a Clojure Contrib committer:

* maintain your library and respond to questions/issues that arise
* 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
* use the GitHub "Release on demand" Action to make releases
* use the Maven Release option on build.clojure.org to make releases
* coordinate with other committers before making changes to their libraries
* accept contributions from others only if they have <<contributors#,signed the CA>>

Expand Down
2 changes: 1 addition & 1 deletion content/dev/contrib_libs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These libraries use the same contribution model (<<contributor_agreement#,Contri
* Source control - Git libraries on GitHub
* Issues - https://clojure.atlassian.net/projects/CLJ[JIRA]
* Development model - patches in JIRA, no PRs
* Continuous integration - GitHub actions in each project
* Continuous integration - https://build.clojure.org[Jenkins]
* Doc generation and hosting - https://tomfaulhaber.github.io/autodoc/[Autodoc] and GitHub https://clojure.github.io/[pages]
* Builds - Maven with deployment to Maven Central under the groupId `org.clojure`
Expand Down

0 comments on commit 7a2d810

Please sign in to comment.