Skip to content

Commit

Permalink
Add release instructions (#1090)
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 402503d commit afd6da2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
.styleci.yml export-ignore
CHANGELOG.md export-ignore
phpunit.xml.dist export-ignore
RELEASE.md export-ignore
UPGRADE.md export-ignore
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Instructions

1. Pull down the latest changes on the current stable branch
2. Update and commit the [CHANGELOG.md](./CHANGELOG.md) file
3. Compile the front-end assets and commit them

```zsh
npm install && npm run prod
```

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 afd6da2

Please sign in to comment.