Skip to content

Commit

Permalink
Create RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 25, 2021
1 parent 174d7d1 commit e594cfc
Showing 1 changed file with 8 additions and 0 deletions.
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 in [`EngineManager.php`](./src/EngineManager.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 e594cfc

Please sign in to comment.