Skip to content

Commit

Permalink
docs(readme): add initial readme statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jul 20, 2020
0 parents commit 4c0cca9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Auto Rust Version Bumper

Using [conventional commits]() this action will automatically detect the appropriate version for a release, update the changelog and Cargo.toml and push the release to your master branch.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "auto-rust-version-bumper",
"version": "1.0.0",
"description": "Automatically bump rust crate's changelog + version based upon conventional commits.",
"main": "index.js",
"repository": "https://github.com/joshuef/aut-rust-version-bumper",
"author": "Josh Wilson",
"license": "MIT"
}

0 comments on commit 4c0cca9

Please sign in to comment.