Skip to content

Commit

Permalink
[13.x] Add release instructions (#1271)
Browse files Browse the repository at this point in the history
* Create RELEASE.md

* Update .gitattributes
  • Loading branch information
driesvints authored Oct 25, 2021
1 parent f0bdbbc commit f7e4597
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f7e4597

Please sign in to comment.