diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c5c24f --- /dev/null +++ b/README.md @@ -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. + diff --git a/package.json b/package.json new file mode 100644 index 0000000..c589e09 --- /dev/null +++ b/package.json @@ -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" +}