From 780e02c785831927d865e9ee36e686488476e34c Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 11 Dec 2023 17:07:24 -0500 Subject: [PATCH] ci(release): Add `.version` file (#170) ### Changes This PR: - Adds a `.version` file as part of our updated release process. - Updates `.shiprc` to ensure the new file is bumped during releases. - Updates `.shiprc` to properly reflect versions are bumped in `src/Service.php` now. (Ship has not traditionally been used to cut releases for this SDK, so I am bringing this up to date now as I intended to use that moving forward.) ### 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 5ca27b4..632ce3a 100644 --- a/.shiprc +++ b/.shiprc @@ -1,6 +1,7 @@ { "files": { - "src/Auth0Bundle.php": [] + "src/Service.php": [], + ".version": [] }, "prefixVersion": false } diff --git a/.version b/.version new file mode 100644 index 0000000..831446c --- /dev/null +++ b/.version @@ -0,0 +1 @@ +5.1.0