Skip to content

Commit

Permalink
ci(release): Add .version file (#751)
Browse files Browse the repository at this point in the history
### Changes

This PR adds a `.version` file as part of our updated release process.
It also updates `.shiprc` to ensure the new file is bumped during
releases.

### References

N/A

### Testing

N/A

### Contributor Checklist

- [x] I agree to adhere to the [Auth0 General Contribution
Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).
- [x] I agree to uphold the [Auth0 Code of
Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
  • Loading branch information
evansims authored Dec 11, 2023
1 parent 957c786 commit ddeeb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .shiprc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"files": {
"src/Auth0.php": []
"src/Auth0.php": [],
".version": []
},
"prefixVersion": false
}
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.10.0

0 comments on commit ddeeb72

Please # to comment.