Skip to content

Leiningen plugin for updating dependency versions in the README

License

Notifications You must be signed in to change notification settings

HughPowell/update-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-readme

Build Status Clojars Project

A Leiningen plugin to update versions of dependencies in the README.md file.

Usage

Put [update-readme "0.1.1"] into the :plugins vector of your project.clj.

Basic usage as follows

$ lein update-readme

Probably a more useful way to use this is as part of release tasks

:release-tasks [["vcs" "assert-committed"]
                ["change" "version" "leiningen.release/bump-version" "release"]
                ["update-readme"]
                ["vcs" "commit"]
                ["vcs" "tag" "--no-sign"]
                ["deploy"]
                ["change" "version" "leiningen.release/bump-version"]
                ["update-readme"]
                ["vcs" "commit"]
                ["vcs" "push"]])

Ownership and License

Copyright © 2017 Hugh Powell

The contributors are listed in AUTHORS. This project uses the MPL v2 license, see LICENSE.

update-readme uses the C4 (Collective Code Construction Contract) process for contributions.

update-readme uses the clojure-style-guide for code style.

To report an issue, use the update-readme issue tracker at github.com.

About

Leiningen plugin for updating dependency versions in the README

Resources

License

Stars

Watchers

Forks

Packages

No packages published