Skip to content

Commit

Permalink
added RELEASE quick reference file
Browse files Browse the repository at this point in the history
  • Loading branch information
purplepixie committed Sep 26, 2024
1 parent 2b77de5 commit e129b47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= Quick reference for tagging and pushing releases =

Releases are tagged with a three-level version major.minor.patch i.e. 1.2.3

```git tag 1.2.3```

Then to push:

```git push --tags```

Note: packagist auto-sync is not working so needs a manual update on release.

0 comments on commit e129b47

Please sign in to comment.