diff --git a/.gitattributes b/.gitattributes index a212694b..5e4fad0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,4 +15,5 @@ .styleci.yml export-ignore CHANGELOG.md export-ignore phpunit.xml.dist export-ignore +RELEASE.md export-ignore UPGRADE.md export-ignore diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..50aad6b5 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,8 @@ +# Release Instructions + + 1. Pull down the latest changes on the current stable branch + 2. Update and commit the [CHANGELOG.md](./CHANGELOG.md) file + 3. Update the `VERSION` constant in [`Cashier.php`](./src/Cashier.php) and commit it + 4. Tag a new version of the package + 5. Push all commits and and the new tag to GitHub + 6. Create a new GitHub release with the same release notes from CHANGELOG.md