diff --git a/.circleci/config.yml b/.circleci/config.yml index f6d3421..2329171 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ jobs: git remote add origin "https://${GH_TOKEN}@github.com/200ok-ch/org-parser.git" > /dev/null 2>&1 # Checkout the relevant branch. `lein release` does not # work from a commit sha. - git checkout -b "$CIRCLE_BRANCH" + git checkout -B "$CIRCLE_BRANCH" - run: @@ -99,7 +99,7 @@ jobs: # Bump to the next patch level with `-SNAPSHOT` postfix lein change version leiningen.release/bump-version lein vcs commit "chore: Bump to version %s [skip ci]" - git push --set-upstream origin setup-ci + git push --set-upstream origin "$CIRCLE_BRANCH" workflows: version: 2 diff --git a/README.org b/README.org index 99b5447..4586ac5 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ #+html:

Tests:

-#+html: Clojars Project< +#+html: Clojars Project Community chat: #organice on IRC [[https://freenode.net/][Freenode]], or [[https://matrix.to/#/!DfVpGxoYxpbfAhuimY:matrix.org?via=matrix.org&via=ungleich.ch][#organice:matrix.org]] on Matrix diff --git a/project.clj b/project.clj index 92f48ee..6091071 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org-parser "0.1.3-SNAPSHOT" +(defproject org-parser "0.1.4-SNAPSHOT" :description "A parser for the Org mode markup language for Emacs" :url "https://github.com/200ok-ch/org-parser" :license {:name "GNU Affero General Public License v3.0"