From ddeeb722dd74359b0e43bbf9098665b2f5a9d005 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 11 Dec 2023 17:08:06 -0500 Subject: [PATCH] ci(release): Add `.version` file (#751) ### 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). --- .shiprc | 3 ++- .version | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .version diff --git a/.shiprc b/.shiprc index 579ae8f7..abb5fa68 100644 --- a/.shiprc +++ b/.shiprc @@ -1,6 +1,7 @@ { "files": { - "src/Auth0.php": [] + "src/Auth0.php": [], + ".version": [] }, "prefixVersion": false } diff --git a/.version b/.version new file mode 100644 index 00000000..7f6758ef --- /dev/null +++ b/.version @@ -0,0 +1 @@ +8.10.0