diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 58715a8..c926766 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -40,7 +40,7 @@ jobs: run: yarn - name: Bump - run: yarn gitbump bump $BUMP_TYPE + run: yarn gitversion bump $BUMP_TYPE - name: Build 🔧 run: yarn build:all @@ -53,7 +53,7 @@ jobs: # aws-region: eu-west-1 - name: Publish - run: yarn gitbump publish + run: yarn gitversion publish env: YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/.gitignore b/.gitignore index 04c1264..f328117 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ #!.yarn/cache .pnp.* coverage -gitbump.out +gitversion.out lib tsconfig.tsbuildinfo diff --git a/.gitbump.cjs b/.gitversion.cjs similarity index 70% rename from .gitbump.cjs rename to .gitversion.cjs index 07930c6..5fe57dd 100644 --- a/.gitbump.cjs +++ b/.gitversion.cjs @@ -1,4 +1,4 @@ -const { defineConfig } = require('gitbump'); +const { defineConfig } = require('gitversion'); module.exports = defineConfig({ independentVersioning: false, @@ -8,8 +8,8 @@ module.exports = defineConfig({ // bucketName: 'www-cputils-com-website-docspublishbucket31a61f6d-pixklxvi0wye', // baseFolder: 'docs', // fileNameTemplate: [ - // 'gitbump/{version.major}.{version.minor}.x.zip', - // 'gitbump/{releaseChannel}.zip', + // 'gitversion/{version.major}.{version.minor}.x.zip', + // 'gitversion/{releaseChannel}.zip', // ], // exclude: [ // ".vitepress", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb2664..cfcea48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,381 +4,381 @@ All notable changes to this project will be documented in this file -## [0.0.50](https://github.com/jwpkg/gitbump/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) +## [0.0.50](https://github.com/jwpkg/gitversion/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) ### chore -* Incorrect email ([2b3b919](https://github.com/jwpkg/gitbump/commit/2b3b91994683174a89ba82122aaf9216f9001ec0)) +* Incorrect email ([2b3b919](https://github.com/jwpkg/gitversion/commit/2b3b91994683174a89ba82122aaf9216f9001ec0)) ### chroe -* Changed unit tests ([6d05d4c](https://github.com/jwpkg/gitbump/commit/6d05d4c4d4466d2c42b019bde5996bee5d86ad38)) +* Changed unit tests ([6d05d4c](https://github.com/jwpkg/gitversion/commit/6d05d4c4d4466d2c42b019bde5996bee5d86ad38)) ### feat -* Added push changelogs options for features (#39) ([d5e1e7c](https://github.com/jwpkg/gitbump/commit/d5e1e7c0dd3f6a548c2f81f8e1e7f31c8bc33b81)) +* Added push changelogs options for features (#39) ([d5e1e7c](https://github.com/jwpkg/gitversion/commit/d5e1e7c0dd3f6a548c2f81f8e1e7f31c8bc33b81)) -## [0.0.49](https://github.com/jwpkg/gitbump/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) +## [0.0.49](https://github.com/jwpkg/gitversion/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) ### feat -* Added debug logging on errors ([77a6886](https://github.com/jwpkg/gitbump/commit/77a6886f8674eefe3dd55769e2aee78a46c1e80b)) +* Added debug logging on errors ([77a6886](https://github.com/jwpkg/gitversion/commit/77a6886f8674eefe3dd55769e2aee78a46c1e80b)) ### fix -* Cli handling ([a77368c](https://github.com/jwpkg/gitbump/commit/a77368c8019d380b98cb6d9b4a3a2ccacbfdd026)) +* Cli handling ([a77368c](https://github.com/jwpkg/gitversion/commit/a77368c8019d380b98cb6d9b4a3a2ccacbfdd026)) -## [0.0.48](https://github.com/jwpkg/gitbump/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) +## [0.0.48](https://github.com/jwpkg/gitversion/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) ### fix -* **azure** Fixed merge header detection ([e85bdbd](https://github.com/jwpkg/gitbump/commit/e85bdbd6b5e4da4c46325136ccb56d150a077a8f)) +* **azure** Fixed merge header detection ([e85bdbd](https://github.com/jwpkg/gitversion/commit/e85bdbd6b5e4da4c46325136ccb56d150a077a8f)) -## [0.0.47](https://github.com/jwpkg/gitbump/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) +## [0.0.47](https://github.com/jwpkg/gitversion/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) ### fix -* Moved unshallow to restore step ([c08f211](https://github.com/jwpkg/gitbump/commit/c08f211cf66b2603b66c9215090ddeb326764c87)) +* Moved unshallow to restore step ([c08f211](https://github.com/jwpkg/gitversion/commit/c08f211cf66b2603b66c9215090ddeb326764c87)) -## [0.0.46](https://github.com/jwpkg/gitbump/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) +## [0.0.46](https://github.com/jwpkg/gitversion/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) ### fix -* **yarn** Update workspace version before publish ([82834e9](https://github.com/jwpkg/gitbump/commit/82834e9450882f769c458d3f4816349c65bb7873)) +* **yarn** Update workspace version before publish ([82834e9](https://github.com/jwpkg/gitversion/commit/82834e9450882f769c458d3f4816349c65bb7873)) -## [0.0.45](https://github.com/jwpkg/gitbump/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) +## [0.0.45](https://github.com/jwpkg/gitversion/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) ### fix -* Use default access ([c64646c](https://github.com/jwpkg/gitbump/commit/c64646c87b7e665f6c1b24690cd380076520b858)) +* Use default access ([c64646c](https://github.com/jwpkg/gitversion/commit/c64646c87b7e665f6c1b24690cd380076520b858)) -* reverted access change ([95dfa8d](https://github.com/jwpkg/gitbump/commit/95dfa8dc29b57525f8512d8abf7bedb5118f85bf)) +* reverted access change ([95dfa8d](https://github.com/jwpkg/gitversion/commit/95dfa8dc29b57525f8512d8abf7bedb5118f85bf)) -## [0.0.44](https://github.com/jwpkg/gitbump/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) +## [0.0.44](https://github.com/jwpkg/gitversion/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) ### fix -* Added debug info ([5365748](https://github.com/jwpkg/gitbump/commit/5365748280a8ea0a891b61f6c60f7351a713c036)) +* Added debug info ([5365748](https://github.com/jwpkg/gitversion/commit/5365748280a8ea0a891b61f6c60f7351a713c036)) -## [0.0.43](https://github.com/jwpkg/gitbump/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) +## [0.0.43](https://github.com/jwpkg/gitversion/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) ### fix -* **bump** Unshallowing ([13a7461](https://github.com/jwpkg/gitbump/commit/13a746171657b92dded6c410c313e5456682a4cd)) +* **bump** Unshallowing ([13a7461](https://github.com/jwpkg/gitversion/commit/13a746171657b92dded6c410c313e5456682a4cd)) -## [0.0.42](https://github.com/jwpkg/gitbump/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) +## [0.0.42](https://github.com/jwpkg/gitversion/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) ### fix -* **azuredevops** Current branch from environment ([d220a00](https://github.com/jwpkg/gitbump/commit/d220a00d9ea2f72bfed0035720b31a4d92cdeb14)) +* **azuredevops** Current branch from environment ([d220a00](https://github.com/jwpkg/gitversion/commit/d220a00d9ea2f72bfed0035720b31a4d92cdeb14)) -## [0.0.41](https://github.com/jwpkg/gitbump/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) +## [0.0.41](https://github.com/jwpkg/gitversion/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) ### feat -* **config** Added git flags ([dce7bc8](https://github.com/jwpkg/gitbump/commit/dce7bc8a695d3fa103805de6fdf1ac4a92abaf55)) +* **config** Added git flags ([dce7bc8](https://github.com/jwpkg/gitversion/commit/dce7bc8a695d3fa103805de6fdf1ac4a92abaf55)) ### fix -* Default values ([f4e8646](https://github.com/jwpkg/gitbump/commit/f4e864670c72afe3761921609be9687fd3392987)) +* Default values ([f4e8646](https://github.com/jwpkg/gitversion/commit/f4e864670c72afe3761921609be9687fd3392987)) -* Tests ([1e17c1d](https://github.com/jwpkg/gitbump/commit/1e17c1decb1c87f7b4ff7616e7576cbceb6bacbd)) +* Tests ([1e17c1d](https://github.com/jwpkg/gitversion/commit/1e17c1decb1c87f7b4ff7616e7576cbceb6bacbd)) -## [0.0.40](https://github.com/jwpkg/gitbump/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) +## [0.0.40](https://github.com/jwpkg/gitversion/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) ### fix -* Don't reset after pack for now ([2c9d27a](https://github.com/jwpkg/gitbump/commit/2c9d27ae19a3bde1eb45bc2f1965c5217a03902d)) +* Don't reset after pack for now ([2c9d27a](https://github.com/jwpkg/gitversion/commit/2c9d27ae19a3bde1eb45bc2f1965c5217a03902d)) -## [0.0.39](https://github.com/jwpkg/gitbump/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) +## [0.0.39](https://github.com/jwpkg/gitversion/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) ### fix -* Don't crash on non-existent node manifest ([00c4a01](https://github.com/jwpkg/gitbump/commit/00c4a011a60c6f3fecf1e813689147488a3887c9)) +* Don't crash on non-existent node manifest ([00c4a01](https://github.com/jwpkg/gitversion/commit/00c4a011a60c6f3fecf1e813689147488a3887c9)) -* Changed back dry run ([f17be45](https://github.com/jwpkg/gitbump/commit/f17be4534b1939a4d68d959a8750aefa0328be60)) +* Changed back dry run ([f17be45](https://github.com/jwpkg/gitversion/commit/f17be4534b1939a4d68d959a8750aefa0328be60)) -* Added error reporting details ([337764e](https://github.com/jwpkg/gitbump/commit/337764e48e68c2727c15aa6e3926e9dc35f33c54)) +* Added error reporting details ([337764e](https://github.com/jwpkg/gitversion/commit/337764e48e68c2727c15aa6e3926e9dc35f33c54)) ### docs -* Updated docs with configuration ([ffdd7b4](https://github.com/jwpkg/gitbump/commit/ffdd7b48f8ff1892874393330c37121f258f7c64)) +* Updated docs with configuration ([ffdd7b4](https://github.com/jwpkg/gitversion/commit/ffdd7b48f8ff1892874393330c37121f258f7c64)) ### feat -* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitbump/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) +* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitversion/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) -## [0.0.38](https://github.com/jwpkg/gitbump/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) +## [0.0.38](https://github.com/jwpkg/gitversion/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) ### feat -* Added release channel support for S3 plugin ([c890b0d](https://github.com/jwpkg/gitbump/commit/c890b0dc53c37e639e615771350d0d369dd1c8d1)) +* Added release channel support for S3 plugin ([c890b0d](https://github.com/jwpkg/gitversion/commit/c890b0dc53c37e639e615771350d0d369dd1c8d1)) -* Added exclusion ([4992c46](https://github.com/jwpkg/gitbump/commit/4992c46f518924aabc565b18904fab688d1e70b5)) +* Added exclusion ([4992c46](https://github.com/jwpkg/gitversion/commit/4992c46f518924aabc565b18904fab688d1e70b5)) -* Added sidebar to docs ([51316aa](https://github.com/jwpkg/gitbump/commit/51316aa9258a8fad5bf04fd4847641152cac13c4)) +* Added sidebar to docs ([51316aa](https://github.com/jwpkg/gitversion/commit/51316aa9258a8fad5bf04fd4847641152cac13c4)) -## [0.0.37](https://github.com/jwpkg/gitbump/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) +## [0.0.37](https://github.com/jwpkg/gitversion/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) ### feat -* Latest docs ([c8d8a14](https://github.com/jwpkg/gitbump/commit/c8d8a14879c34350abfa8a408dc038eba3cbd569)) +* Latest docs ([c8d8a14](https://github.com/jwpkg/gitversion/commit/c8d8a14879c34350abfa8a408dc038eba3cbd569)) -## [0.0.36](https://github.com/jwpkg/gitbump/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) +## [0.0.36](https://github.com/jwpkg/gitversion/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) ### feat -* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitbump/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) +* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitversion/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) ### chore -* Fixed pipeline ([d1101b7](https://github.com/jwpkg/gitbump/commit/d1101b7966250ac7199042abea50a22f7ba1f2ac)) +* Fixed pipeline ([d1101b7](https://github.com/jwpkg/gitversion/commit/d1101b7966250ac7199042abea50a22f7ba1f2ac)) -## [0.0.35](https://github.com/jwpkg/gitbump/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) +## [0.0.35](https://github.com/jwpkg/gitversion/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) ### docs -* Added branch explanations ([a663bfa](https://github.com/jwpkg/gitbump/commit/a663bfa503d6294196603f6f4579ddf3bc202c75)) +* Added branch explanations ([a663bfa](https://github.com/jwpkg/gitversion/commit/a663bfa503d6294196603f6f4579ddf3bc202c75)) ### chore -* Removed [bot] from push back git name ([ed48e5a](https://github.com/jwpkg/gitbump/commit/ed48e5a85a6e5493c4753bad08ef9475dc67908a)) +* Removed [bot] from push back git name ([ed48e5a](https://github.com/jwpkg/gitversion/commit/ed48e5a85a6e5493c4753bad08ef9475dc67908a)) ### feat -* Added additional branch detection patterns ([2ceba48](https://github.com/jwpkg/gitbump/commit/2ceba48b43367d931f99e0e4737b845392058508)) +* Added additional branch detection patterns ([2ceba48](https://github.com/jwpkg/gitversion/commit/2ceba48b43367d931f99e0e4737b845392058508)) -## [0.0.34](https://github.com/jwpkg/gitbump/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) +## [0.0.34](https://github.com/jwpkg/gitversion/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) ### docs -* Add contribution docs ([96ae793](https://github.com/jwpkg/gitbump/commit/96ae79301f0a245ab67344554eef55a3a71f302a)) +* Add contribution docs ([96ae793](https://github.com/jwpkg/gitversion/commit/96ae79301f0a245ab67344554eef55a3a71f302a)) ### fix -* user email ([994db2a](https://github.com/jwpkg/gitbump/commit/994db2a7b3429249357d0bfdf1ba5da5ca1324a5)) +* user email ([994db2a](https://github.com/jwpkg/gitversion/commit/994db2a7b3429249357d0bfdf1ba5da5ca1324a5)) -## [0.0.33](https://github.com/jwpkg/gitbump/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) +## [0.0.33](https://github.com/jwpkg/gitversion/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) ### feat -* Added git credentials ([a2d548c](https://github.com/jwpkg/gitbump/commit/a2d548c4d0740cdb5f18009cca5d14ee16512ac3)) +* Added git credentials ([a2d548c](https://github.com/jwpkg/gitversion/commit/a2d548c4d0740cdb5f18009cca5d14ee16512ac3)) -## [0.0.32](https://github.com/jwpkg/gitbump/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) +## [0.0.32](https://github.com/jwpkg/gitversion/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) ### feat -* testing with push back from detached head ([a69435d](https://github.com/jwpkg/gitbump/commit/a69435d38f0bd0c328f178b105f6bab62f5117c9)) +* testing with push back from detached head ([a69435d](https://github.com/jwpkg/gitversion/commit/a69435d38f0bd0c328f178b105f6bab62f5117c9)) -## [0.0.31](https://github.com/jwpkg/gitbump/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) +## [0.0.31](https://github.com/jwpkg/gitversion/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) ### feat -* Multiple main branch patterns accepted to make it more autodetect ([16a7b23](https://github.com/jwpkg/gitbump/commit/16a7b2323ab06aad34be979665563ffe7916b137)) +* Multiple main branch patterns accepted to make it more autodetect ([16a7b23](https://github.com/jwpkg/gitversion/commit/16a7b2323ab06aad34be979665563ffe7916b137)) ### fix -* unit test ([37f7a6e](https://github.com/jwpkg/gitbump/commit/37f7a6ecd8e127fc071284a06d067bbf02c9fcf4)) +* unit test ([37f7a6e](https://github.com/jwpkg/gitversion/commit/37f7a6ecd8e127fc071284a06d067bbf02c9fcf4)) -## [0.0.30](https://github.com/jwpkg/gitbump/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) +## [0.0.30](https://github.com/jwpkg/gitversion/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) ### feat -* Max concurrent pack commands ([1c699a2](https://github.com/jwpkg/gitbump/commit/1c699a245dc2a9e7fa04d0cb00a50628246c174f)) +* Max concurrent pack commands ([1c699a2](https://github.com/jwpkg/gitversion/commit/1c699a245dc2a9e7fa04d0cb00a50628246c174f)) -## [0.0.29](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) +## [0.0.29](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) ### feat -* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitbump/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) +* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitversion/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) -## [0.0.29-gh-35.0](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) +## [0.0.29-gh-35.0](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) -## [0.0.28](https://github.com/jwpkg/gitbump/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) +## [0.0.28](https://github.com/jwpkg/gitversion/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) ### fix -* branch lookup ([b44f6cc](https://github.com/jwpkg/gitbump/commit/b44f6ccc893bdb20ca465280220ba3c6e2ab5795)) +* branch lookup ([b44f6cc](https://github.com/jwpkg/gitversion/commit/b44f6ccc893bdb20ca465280220ba3c6e2ab5795)) ### docs -* Added basic docs ([2320c8f](https://github.com/jwpkg/gitbump/commit/2320c8f4500f0c3f4598a406465df448d4610dcb)) +* Added basic docs ([2320c8f](https://github.com/jwpkg/gitversion/commit/2320c8f4500f0c3f4598a406465df448d4610dcb)) -## [0.0.27](https://github.com/jwpkg/gitbump/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) +## [0.0.27](https://github.com/jwpkg/gitversion/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) ### fix -* **pnpm** Package manager result parsing ([381c4b8](https://github.com/jwpkg/gitbump/commit/381c4b8be8940a14a54d31255554d0b223b24831)) +* **pnpm** Package manager result parsing ([381c4b8](https://github.com/jwpkg/gitversion/commit/381c4b8be8940a14a54d31255554d0b223b24831)) -## [0.0.26](https://github.com/jwpkg/gitbump/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) +## [0.0.26](https://github.com/jwpkg/gitversion/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) ### feat -* Multiple pack managers simultanious + pnpm ([4e792d2](https://github.com/jwpkg/gitbump/commit/4e792d2ffc314b3981e6a38ed8a1d269d3a233f8)) +* Multiple pack managers simultanious + pnpm ([4e792d2](https://github.com/jwpkg/gitversion/commit/4e792d2ffc314b3981e6a38ed8a1d269d3a233f8)) ### fix -* Pack locations ([541887a](https://github.com/jwpkg/gitbump/commit/541887aa3eb030f6fd421c64ebaae46ddaed0c56)) +* Pack locations ([541887a](https://github.com/jwpkg/gitversion/commit/541887aa3eb030f6fd421c64ebaae46ddaed0c56)) -## [0.0.25](https://github.com/jwpkg/gitbump/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) +## [0.0.25](https://github.com/jwpkg/gitversion/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) ### fix -* Removed duplicate changelog updates ([c4c2141](https://github.com/jwpkg/gitbump/commit/c4c2141cae7e8d1f9c09f401959d58fb96f4400e)) +* Removed duplicate changelog updates ([c4c2141](https://github.com/jwpkg/gitversion/commit/c4c2141cae7e8d1f9c09f401959d58fb96f4400e)) -## [0.0.24](https://github.com/jwpkg/gitbump/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) +## [0.0.24](https://github.com/jwpkg/gitversion/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) ### fix -* Missing await ([aa57130](https://github.com/jwpkg/gitbump/commit/aa57130e1b49755e5483e04be252eb1a279879b5)) +* Missing await ([aa57130](https://github.com/jwpkg/gitversion/commit/aa57130e1b49755e5483e04be252eb1a279879b5)) -* Restucture logging ([c29983a](https://github.com/jwpkg/gitbump/commit/c29983ab3779b001f98326193d614b14d02b7c43)) +* Restucture logging ([c29983a](https://github.com/jwpkg/gitversion/commit/c29983ab3779b001f98326193d614b14d02b7c43)) -## [0.0.22](https://github.com/jwpkg/gitbump/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) +## [0.0.22](https://github.com/jwpkg/gitversion/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) ### fix -* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitbump/commit/826400353f725a902ac5577f9ac45b1697390165)) +* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitversion/commit/826400353f725a902ac5577f9ac45b1697390165)) -## [0.0.21](https://github.com/jwpkg/gitbump/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) +## [0.0.21](https://github.com/jwpkg/gitversion/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) ### fix -* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitbump/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) +* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitversion/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) -## [0.0.20](https://github.com/jwpkg/gitbump/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) +## [0.0.20](https://github.com/jwpkg/gitversion/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) ### refactor -* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitbump/commit/0de0782b2b254295062e8d7d1043631a114846ac)) +* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitversion/commit/0de0782b2b254295062e8d7d1043631a114846ac)) -* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitbump/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) +* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitversion/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) -* Removed global logger ([064d4cc](https://github.com/jwpkg/gitbump/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) +* Removed global logger ([064d4cc](https://github.com/jwpkg/gitversion/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) -* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitbump/commit/c9640819fe49127ab560e4ea1526d6690b331299)) +* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitversion/commit/c9640819fe49127ab560e4ea1526d6690b331299)) ### chore -* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitbump/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) +* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitversion/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) ### feat -* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitbump/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) +* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitversion/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) ### fix -* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitbump/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) +* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitversion/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) -* TSC Errors ([b049b9e](https://github.com/jwpkg/gitbump/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) +* TSC Errors ([b049b9e](https://github.com/jwpkg/gitversion/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) -* Linting ([56c98e3](https://github.com/jwpkg/gitbump/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) +* Linting ([56c98e3](https://github.com/jwpkg/gitversion/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) -## [0.0.19](https://github.com/jwpkg/gitbump/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) +## [0.0.19](https://github.com/jwpkg/gitversion/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) ### docs -* Updated docs to show the first line in npm ([5a9014e](https://github.com/jwpkg/gitbump/commit/5a9014ee4d7a0bb3d4d92a741195262ba0920a0b)) +* Updated docs to show the first line in npm ([5a9014e](https://github.com/jwpkg/gitversion/commit/5a9014ee4d7a0bb3d4d92a741195262ba0920a0b)) ### feat -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) -## [0.0.18](https://github.com/jwpkg/gitbump/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) +## [0.0.18](https://github.com/jwpkg/gitversion/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) ### refactor -* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitbump/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) +* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitversion/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) -* Default locations of properties ([cc30097](https://github.com/jwpkg/gitbump/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) +* Default locations of properties ([cc30097](https://github.com/jwpkg/gitversion/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) -* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitbump/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) +* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitversion/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) -* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitbump/commit/10870460fa1968c67e72308d1113269693190d23)) +* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitversion/commit/10870460fa1968c67e72308d1113269693190d23)) ### fix -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) -## [0.0.17](https://github.com/jwpkg/gitbump/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) +## [0.0.17](https://github.com/jwpkg/gitversion/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) ### fix -* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitbump/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) +* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitversion/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) -## [0.0.15](https://github.com/jwpkg/gitbump/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) +## [0.0.15](https://github.com/jwpkg/gitversion/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) ### fix -* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitbump/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) +* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitversion/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) -## [0.0.14](https://github.com/jwpkg/gitbump/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) +## [0.0.14](https://github.com/jwpkg/gitversion/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) ### fix -* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitbump/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) +* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitversion/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) -## [0.0.13](https://github.com/jwpkg/gitbump/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) +## [0.0.13](https://github.com/jwpkg/gitversion/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) ### feat -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) ### fix -* Check for shallow repository ([372027f](https://github.com/jwpkg/gitbump/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) +* Check for shallow repository ([372027f](https://github.com/jwpkg/gitversion/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) -## [0.0.12](https://github.com/jwpkg/gitbump/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) +## [0.0.12](https://github.com/jwpkg/gitversion/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) ### fix -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) -## [0.0.11](https://github.com/jwpkg/gitbump/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) +## [0.0.11](https://github.com/jwpkg/gitversion/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) ### fix -* License field ([83d3912](https://github.com/jwpkg/gitbump/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) +* License field ([83d3912](https://github.com/jwpkg/gitversion/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) -## [0.0.10](https://github.com/jwpkg/gitbump/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) +## [0.0.10](https://github.com/jwpkg/gitversion/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) ### fix -* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitbump/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) +* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitversion/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) -## [0.0.9](https://github.com/jwpkg/gitbump/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) +## [0.0.9](https://github.com/jwpkg/gitversion/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) ### feat -* Plugin management ([28fae48](https://github.com/jwpkg/gitbump/commit/28fae48dc211a2197a7120e6081ab479647a9762)) +* Plugin management ([28fae48](https://github.com/jwpkg/gitversion/commit/28fae48dc211a2197a7120e6081ab479647a9762)) -* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitbump/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) +* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitversion/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) ### docs -* Updated docs ([f538e8e](https://github.com/jwpkg/gitbump/commit/f538e8e746a92cede81d434ac738bdec12c9ce2d)) +* Updated docs ([f538e8e](https://github.com/jwpkg/gitversion/commit/f538e8e746a92cede81d434ac738bdec12c9ce2d)) -* Updated readme ([94ccc14](https://github.com/jwpkg/gitbump/commit/94ccc142813dca74b95baac525f6e8c0e8071242)) +* Updated readme ([94ccc14](https://github.com/jwpkg/gitversion/commit/94ccc142813dca74b95baac525f6e8c0e8071242)) -* Added homepage ([642fe6b](https://github.com/jwpkg/gitbump/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) +* Added homepage ([642fe6b](https://github.com/jwpkg/gitversion/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) ### licence -* Updated licence ([c9f9e50](https://github.com/jwpkg/gitbump/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) +* Updated licence ([c9f9e50](https://github.com/jwpkg/gitversion/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) -## [0.0.8](https://github.com/jwpkg/gitbump/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) +## [0.0.8](https://github.com/jwpkg/gitversion/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) ### fix -* Github compare link ([2150b54](https://github.com/jwpkg/gitbump/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) +* Github compare link ([2150b54](https://github.com/jwpkg/gitversion/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) -## [0.0.7](https://github.com/jwpkg/gitbump/compare/0.0.6...0.0.7) (Fri Jan 26 2024) +## [0.0.7](https://github.com/jwpkg/gitversion/compare/0.0.6...0.0.7) (Fri Jan 26 2024) ### feat -* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitbump/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) +* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitversion/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) ## [0.0.5](https://github.com/not_initialized/not_initialized/compare/0.0.4...0.0.5) (Fri Jan 26 2024) @@ -392,17 +392,17 @@ All notable changes to this project will be documented in this file * platform plugins (#27) ([3f15c0d](https://github.com///commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) ### feat -* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitbump/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) +* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitversion/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) ### feat -* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitbump/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) +* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitversion/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) # Changelog diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 683678f..4351112 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -1,8 +1,8 @@ -# Contributing to gitbump +# Contributing to gitversion -Nice of you to join te gitbump repository. In order to get started I'd like to explain the basic setups of the repo +Nice of you to join te gitversion repository. In order to get started I'd like to explain the basic setups of the repo -You can read about the way gitbump works at [the documentation site](https://www.cp-utils.com/projects/gitversion/). +You can read about the way gitversion works at [the documentation site](https://www.cp-utils.com/projects/gitversion/). ## Getting started @@ -18,11 +18,11 @@ $ yarn Verify if everything works as expected: ``` sh -$ yarn gitbump check -$ yarn gitbump bump -$ yarn gitbump pack -$ yarn gitbump publish --dry-run -$ yarn gitbump reset +$ yarn gitversion check +$ yarn gitversion bump +$ yarn gitversion pack +$ yarn gitversion publish --dry-run +$ yarn gitversion reset ``` ## Repo setup @@ -31,7 +31,7 @@ The repository setup has the following key elements: - [yarn 4 (berry) package manager](#yarn) - [Typescript only](#typescript) -- [Gitbump release](#gitbump) +- [Gitversion release](#gitversion) - [Jest based unit testing](#jest) - [Eslint linter](#eslint) @@ -46,7 +46,7 @@ We also use yarn [constraints](https://yarnpkg.com/features/constraints) for con All source code in the repo is [typescript](https://www.typescriptlang.org/). The only exception for this are (small) configuration files. -There should never be any need to have any javascript available during development time. The only time we have javascript is during the pack command of the actual production package. You can see this in action in [workspaces/packages/gitbump/package.json](workspaces/packages/gitbump/package.json) where we have basically this: +There should never be any need to have any javascript available during development time. The only time we have javascript is during the pack command of the actual production package. You can see this in action in [workspaces/packages/gitversion/package.json](workspaces/packages/gitversion/package.json) where we have basically this: ```json "scripts": { @@ -54,7 +54,7 @@ There should never be any need to have any javascript available during developme "postpack": "rm -rf lib" // Remove the generated files to cleanup the workspace } ``` -And we use this to be able to use gitbump itself in typescript mode: +And we use this to be able to use gitversion itself in typescript mode: ```json "bin": "bin/index-typescript.js", "main": "src/index.ts", @@ -66,9 +66,9 @@ And we use this to be able to use gitbump itself in typescript mode: }, ``` -### Gitbump +### Gitversion -Of course we use gitbump itself in the repo. We use it in the default mode and execute it with the above helpers in combination with [ts-node](https://www.npmjs.com/package/ts-node) +Of course we use gitversion itself in the repo. We use it in the default mode and execute it with the above helpers in combination with [ts-node](https://www.npmjs.com/package/ts-node) ### Jest diff --git a/README.md b/README.md index 35f87ac..5c9d94b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Gitbump +# Gitversion -Gitbump is a complete customizable git-based release management system. Primarily focused on package releases. +Gitversion is a complete customizable git-based release management system. Primarily focused on package releases. -![NPM Version](https://img.shields.io/npm/v/gitbump) +![NPM Version](https://img.shields.io/npm/v/gitversion) ## Key concepts @@ -17,9 +17,9 @@ Gitbump is a complete customizable git-based release management system. Primaril ### Branch based release strategy -The core concept of gitbump evolves around branch detection and branch types. +The core concept of gitversion evolves around branch detection and branch types. -Gitbump defines the following types: +Gitversion defines the following types: - main/master branch (default branch name **'main'**) - release branches (default matches **'release/*'**) - feature branches (default matches **'feature/*'**) @@ -38,48 +38,48 @@ Depending on the detected branch types the system will make different choices: ### Tag based versioning -Like most release systems gitbump will add a tag for each release. This will follow the tag naming with a prefix (default 'v'). I.e. +Like most release systems gitversion will add a tag for each release. This will follow the tag naming with a prefix (default 'v'). I.e. - v1.0.0 - v1.2.3-next.0 -The difference of gitbump is that the tags are the only source of truth. It does not care about versions inside files and will keep them even on the default "0.0.0". +The difference of gitversion is that the tags are the only source of truth. It does not care about versions inside files and will keep them even on the default "0.0.0". There are two main advantages of this strategy: - One source of truth. Easy to see in git history what the current state is - No more merge conflicts due to mismatches of versions. Otherwise this will happen constantly with feature/release strategies -Gitbump has 2 commands to work with this git-only version strategy: +Gitversion has 2 commands to work with this git-only version strategy: #### Restore ```bash -yarn gitbump restore +yarn gitversion restore ``` The output will be something like: -![gitbump restore](./assets/restore.png) +![gitversion restore](./assets/restore.png) As you see with this you wil get all versions back in package.json files. #### Reset ```bash -yarn gitbump reset +yarn gitversion reset ``` The output will be something like: -![gitbump reset](./assets/reset.png) +![gitversion reset](./assets/reset.png) As you see with this you wil reset all versions back to '0.0.0'. ### Conventional commit based bumps -Gitbump works with the concept of a "bump". This is one of the key commands: +Gitversion works with the concept of a "bump". This is one of the key commands: ```bash -yarn gitbump bump +yarn gitversion bump ``` Bump will do the following steps: @@ -89,11 +89,11 @@ Bump will do the following steps: - Define a bump type based on the outcome - Update the workspaces with the new version - Udate the workspaces with the workspace specific changelogs -- Create a bump manifest in the **gitbump.out** folder containing versions and changelogs +- Create a bump manifest in the **gitversion.out** folder containing versions and changelogs ### Native monorepo support -Gitbump is build for monorepos with multiple workspaces. It will detect all (public) workspaces and use them during bump. +Gitversion is build for monorepos with multiple workspaces. It will detect all (public) workspaces and use them during bump. There are 2 main operation modes: - [global versioning](#Global-versioning) @@ -109,7 +109,7 @@ This will use unique versions per workspace in the mono repo. Based on the path ### Split stage publish -Gitbump is buld for usage within CI/CD pipelines. When building packages gitbump can be used in a pipeline like this: +Gitversion is buld for usage within CI/CD pipelines. When building packages gitversion can be used in a pipeline like this: ![Pipeline](./assets/pipeline.png) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index cd5653f..d8934bd 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -5,11 +5,11 @@ const sidebar = await import('../sidebar.mjs'); // https://vitepress.dev/reference/site-config export default defineConfig({ - title: 'Testing gitbump docs', + title: 'Testing gitversion docs', description: 'A VitePress Site', themeConfig: { nav: [ - { text: 'Gitbump', link: '/tutorials/getting-started' }, + { text: 'Gitversion', link: '/tutorials/getting-started' }, ], sidebar: sidebar.sidebar, diff --git a/docs/index.md b/docs/index.md index e1fd482..1901fcd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,7 +94,7 @@ Bump will do the following steps: - Define a bump type based on the outcome - Update the workspaces with the new version - Udate the workspaces with the workspace specific changelogs -- Create a bump manifest in the **gitbump.out** folder containing versions and changelogs +- Create a bump manifest in the **gitversion.out** folder containing versions and changelogs ### Native workspace/monorepo support {#monorepo} diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 914fbe4..b1b7d1a 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -18,7 +18,7 @@ Gitversion currently searches for the following file: This has to be a commonjs file with the following basics: ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ // configuration options @@ -52,7 +52,7 @@ Changelogs are always generated on a per workspace base. Therefor independent ve ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ independentVersioning: true @@ -83,7 +83,7 @@ See more about branch types in [working with branches](../how-to/working-with-br ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ featureBumpBehavior: 'always' @@ -110,7 +110,7 @@ See more about branch types in [working with branches](../how-to/working-with-br ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ mainBranchPatterns: [ @@ -140,7 +140,7 @@ See more about branch types in [working with branches](../how-to/working-with-br ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ releaseBranchPatterns: [ @@ -171,7 +171,7 @@ See more about branch types in [working with branches](../how-to/working-with-br ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ featureBranchPatterns: [ @@ -198,7 +198,7 @@ This will be used by all permanent actions to only run the logic without actuall ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ dryRun: true @@ -219,7 +219,7 @@ Every tag in gitversion is prefixed. By default this is 'v' to get 'v1.0.0'. You ::: details Example .gitversion.cjs ```js -const { defineConfig } = require("gitbump"); +const { defineConfig } = require("gitversion"); module.exports = defineConfig({ versionTagPrefix: 'version-' diff --git a/docs/sidebar.mjs b/docs/sidebar.mjs index ba52cee..9667b40 100644 --- a/docs/sidebar.mjs +++ b/docs/sidebar.mjs @@ -1,6 +1,6 @@ export const sidebar = [ { - text: 'Gitbump', items: [ + text: 'Gitversion', items: [ { text: 'Introduction', link: '/' }, { text: 'Getting started', link: '/tutorials/getting-started' }, { text: 'Configuration', link: '/reference/configuration' }, diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 733ccd1..1242236 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -23,15 +23,15 @@ Start by adding the the gitversion package to your root workspace: ::: code-group ```sh [yarn] -$ yarn add -D gitbump +$ yarn add -D gitversion ``` ```sh [npm] -$ npm add -D gitbump +$ npm add -D gitversion ``` ```sh [pnpm] -$ pnpm add -D gitbump +$ pnpm add -D gitversion ``` ::: @@ -82,7 +82,7 @@ Bump will do the following: - restore all versions from the current state in git - update all versions in manifest files according to the detected bump type - update CHANGELOG.md files according to commit messages -- generate a bump manifest file in the gitbump.out folder which will be used by the [pack](#Pack) command +- generate a bump manifest file in the gitversion.out folder which will be used by the [pack](#Pack) command ### Pack @@ -101,9 +101,9 @@ $ pnpm gitversion pack ``` ::: -The pack command will generate packages but will not publish them. The packages are generated by the detected package manager. The output of the pack action will be stored inside the gitbump.out action together with a pack manifest. +The pack command will generate packages but will not publish them. The packages are generated by the detected package manager. The output of the pack action will be stored inside the gitversion.out action together with a pack manifest. -The gitbump.out folder can now be stored now in a pipeline artifact so a different stage can publish the results. +The gitversion.out folder can now be stored now in a pipeline artifact so a different stage can publish the results. ::: tip If you do not need to execute anything between [bump](#Bump) and [pack](#Pack) you can skip the bump command. Pack will execute it when there is no bump manifest. @@ -127,7 +127,7 @@ $ pnpm gitversion publish ``` ::: -Publish is the only command that will make permanent changes. Publish will need the workspace in order to update changelog files but will only get its information from the pack information in the gitbump.out folder. +Publish is the only command that will make permanent changes. Publish will need the workspace in order to update changelog files but will only get its information from the pack information in the gitversion.out folder. Publish will execute the following: - use the package manager to publish the packages @@ -137,7 +137,7 @@ Publish will execute the following: - push the changelogs ::: tip -If you do not need to split the [pack](#Pack) and [publish](#Publish) stages you can skip pack. Publish will try to pack the workspace when there is no pack output in the gitbump.out folder. +If you do not need to split the [pack](#Pack) and [publish](#Publish) stages you can skip pack. Publish will try to pack the workspace when there is no pack output in the gitversion.out folder. This means you can use publish as a single command to do bump -> pack -> publish ::: diff --git a/package.json b/package.json index 492645a..04de82f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", + "url": "https://github.com/jwpkg/gitversion", "directory": "." }, "author": "Joost van der Waal ", @@ -28,7 +28,7 @@ "devDependencies": { "@jwpkg/constraints-config": "^0.1.1", "@jwpkg/eslint-config": "^0.1.1", - "@jwpkg/gitbump-s3publish": "workspace:^", + "@jwpkg/gitversion-s3publish": "workspace:^", "@types/eslint": "^8.44.9", "@types/jest": "^29.5.12", "@types/node": "^20.11.19", @@ -65,8 +65,8 @@ } }, "dependencies": { + "@jwpkg/gitversion": "workspace:^", "asciinema-player": "^3.6.4", - "gitbump": "workspace:^", "vue": "^3.4.15", "vue3-asciinema-player": "^0.0.3" } diff --git a/workspaces/packages/gitbump-plugin-s3publish/CHANGELOG.md b/workspaces/packages/gitbump-plugin-s3publish/CHANGELOG.md deleted file mode 100644 index 7f54856..0000000 --- a/workspaces/packages/gitbump-plugin-s3publish/CHANGELOG.md +++ /dev/null @@ -1,83 +0,0 @@ - -# Changelog - -All notable changes to this project will be documented in this file - - -## [0.0.50](https://github.com/jwpkg/gitbump/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) - - - -## [0.0.49](https://github.com/jwpkg/gitbump/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) - - - -## [0.0.48](https://github.com/jwpkg/gitbump/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) - - - -## [0.0.47](https://github.com/jwpkg/gitbump/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) - - - -## [0.0.46](https://github.com/jwpkg/gitbump/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) - - - -## [0.0.45](https://github.com/jwpkg/gitbump/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) - - - -## [0.0.44](https://github.com/jwpkg/gitbump/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) - - - -## [0.0.43](https://github.com/jwpkg/gitbump/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) - - - -## [0.0.42](https://github.com/jwpkg/gitbump/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) - - - -## [0.0.41](https://github.com/jwpkg/gitbump/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) - - - -## [0.0.40](https://github.com/jwpkg/gitbump/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) - - - -## [0.0.39](https://github.com/jwpkg/gitbump/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) - -### feat - -* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitbump/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) - -### fix - -* Changed back dry run ([f17be45](https://github.com/jwpkg/gitbump/commit/f17be4534b1939a4d68d959a8750aefa0328be60)) - -## [0.0.38](https://github.com/jwpkg/gitbump/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) - -### feat - -* Added release channel support for S3 plugin ([c890b0d](https://github.com/jwpkg/gitbump/commit/c890b0dc53c37e639e615771350d0d369dd1c8d1)) - -* Added exclusion ([4992c46](https://github.com/jwpkg/gitbump/commit/4992c46f518924aabc565b18904fab688d1e70b5)) - -## [0.0.37](https://github.com/jwpkg/gitbump/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) - -### feat - -* Latest docs ([c8d8a14](https://github.com/jwpkg/gitbump/commit/c8d8a14879c34350abfa8a408dc038eba3cbd569)) - -## [0.0.36](https://github.com/jwpkg/gitbump/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) - -### feat - -* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitbump/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) - -## [1.0.0](https://github.com/jwpkg/gitbump/compare/v0.0.35...v1.0.0) (Wed Feb 14 2024) - - diff --git a/workspaces/packages/gitbump-plugin-s3publish/README.md b/workspaces/packages/gitbump-plugin-s3publish/README.md deleted file mode 100644 index 1fd8d73..0000000 --- a/workspaces/packages/gitbump-plugin-s3publish/README.md +++ /dev/null @@ -1 +0,0 @@ -# gitbump-plugin-s3publish diff --git a/workspaces/packages/gitbump/CHANGELOG.md b/workspaces/packages/gitbump/CHANGELOG.md deleted file mode 100644 index 95e618f..0000000 --- a/workspaces/packages/gitbump/CHANGELOG.md +++ /dev/null @@ -1,549 +0,0 @@ - -# Changelog - -All notable changes to this project will be documented in this file - - -## [0.0.50](https://github.com/jwpkg/gitbump/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) - -### chroe - -* Changed unit tests ([6d05d4c](https://github.com/jwpkg/gitbump/commit/6d05d4c4d4466d2c42b019bde5996bee5d86ad38)) - -### feat - -* Added push changelogs options for features (#39) ([d5e1e7c](https://github.com/jwpkg/gitbump/commit/d5e1e7c0dd3f6a548c2f81f8e1e7f31c8bc33b81)) - -## [0.0.49](https://github.com/jwpkg/gitbump/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) - -### feat - -* Added debug logging on errors ([77a6886](https://github.com/jwpkg/gitbump/commit/77a6886f8674eefe3dd55769e2aee78a46c1e80b)) - -### fix - -* Cli handling ([a77368c](https://github.com/jwpkg/gitbump/commit/a77368c8019d380b98cb6d9b4a3a2ccacbfdd026)) - -## [0.0.48](https://github.com/jwpkg/gitbump/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) - -### fix - -* **azure** Fixed merge header detection ([e85bdbd](https://github.com/jwpkg/gitbump/commit/e85bdbd6b5e4da4c46325136ccb56d150a077a8f)) - -## [0.0.47](https://github.com/jwpkg/gitbump/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) - -### fix - -* Moved unshallow to restore step ([c08f211](https://github.com/jwpkg/gitbump/commit/c08f211cf66b2603b66c9215090ddeb326764c87)) - -## [0.0.46](https://github.com/jwpkg/gitbump/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) - -### fix - -* **yarn** Update workspace version before publish ([82834e9](https://github.com/jwpkg/gitbump/commit/82834e9450882f769c458d3f4816349c65bb7873)) - -## [0.0.45](https://github.com/jwpkg/gitbump/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) - -### fix - -* Use default access ([c64646c](https://github.com/jwpkg/gitbump/commit/c64646c87b7e665f6c1b24690cd380076520b858)) - -* reverted access change ([95dfa8d](https://github.com/jwpkg/gitbump/commit/95dfa8dc29b57525f8512d8abf7bedb5118f85bf)) - -## [0.0.44](https://github.com/jwpkg/gitbump/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) - -### fix - -* Added debug info ([5365748](https://github.com/jwpkg/gitbump/commit/5365748280a8ea0a891b61f6c60f7351a713c036)) - -## [0.0.43](https://github.com/jwpkg/gitbump/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) - -### fix - -* **bump** Unshallowing ([13a7461](https://github.com/jwpkg/gitbump/commit/13a746171657b92dded6c410c313e5456682a4cd)) - -## [0.0.42](https://github.com/jwpkg/gitbump/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) - -### fix - -* **azuredevops** Current branch from environment ([d220a00](https://github.com/jwpkg/gitbump/commit/d220a00d9ea2f72bfed0035720b31a4d92cdeb14)) - -## [0.0.41](https://github.com/jwpkg/gitbump/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) - -### feat - -* **config** Added git flags ([dce7bc8](https://github.com/jwpkg/gitbump/commit/dce7bc8a695d3fa103805de6fdf1ac4a92abaf55)) - -### fix - -* Default values ([f4e8646](https://github.com/jwpkg/gitbump/commit/f4e864670c72afe3761921609be9687fd3392987)) - -* Tests ([1e17c1d](https://github.com/jwpkg/gitbump/commit/1e17c1decb1c87f7b4ff7616e7576cbceb6bacbd)) - -## [0.0.40](https://github.com/jwpkg/gitbump/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) - -### fix - -* Don't reset after pack for now ([2c9d27a](https://github.com/jwpkg/gitbump/commit/2c9d27ae19a3bde1eb45bc2f1965c5217a03902d)) - -## [0.0.39](https://github.com/jwpkg/gitbump/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) - -### fix - -* Don't crash on non-existent node manifest ([00c4a01](https://github.com/jwpkg/gitbump/commit/00c4a011a60c6f3fecf1e813689147488a3887c9)) - -* Added error reporting details ([337764e](https://github.com/jwpkg/gitbump/commit/337764e48e68c2727c15aa6e3926e9dc35f33c54)) - -### feat - -* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitbump/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) - -## [0.0.38](https://github.com/jwpkg/gitbump/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) - - - -## [0.0.37](https://github.com/jwpkg/gitbump/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) - - - -## [0.0.36](https://github.com/jwpkg/gitbump/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) - -### feat - -* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitbump/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) - -## [0.0.35](https://github.com/jwpkg/gitbump/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) - -### chore - -* Removed [bot] from push back git name ([ed48e5a](https://github.com/jwpkg/gitbump/commit/ed48e5a85a6e5493c4753bad08ef9475dc67908a)) - -### feat - -* Added additional branch detection patterns ([2ceba48](https://github.com/jwpkg/gitbump/commit/2ceba48b43367d931f99e0e4737b845392058508)) - -## [0.0.34](https://github.com/jwpkg/gitbump/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) - -### fix - -* user email ([994db2a](https://github.com/jwpkg/gitbump/commit/994db2a7b3429249357d0bfdf1ba5da5ca1324a5)) - -## [0.0.33](https://github.com/jwpkg/gitbump/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) - -### feat - -* Added git credentials ([a2d548c](https://github.com/jwpkg/gitbump/commit/a2d548c4d0740cdb5f18009cca5d14ee16512ac3)) - -## [0.0.32](https://github.com/jwpkg/gitbump/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) - -### feat - -* testing with push back from detached head ([a69435d](https://github.com/jwpkg/gitbump/commit/a69435d38f0bd0c328f178b105f6bab62f5117c9)) - -## [0.0.31](https://github.com/jwpkg/gitbump/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) - -### feat - -* Multiple main branch patterns accepted to make it more autodetect ([16a7b23](https://github.com/jwpkg/gitbump/commit/16a7b2323ab06aad34be979665563ffe7916b137)) - -### fix - -* unit test ([37f7a6e](https://github.com/jwpkg/gitbump/commit/37f7a6ecd8e127fc071284a06d067bbf02c9fcf4)) - -## [0.0.30](https://github.com/jwpkg/gitbump/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) - -### feat - -* Max concurrent pack commands ([1c699a2](https://github.com/jwpkg/gitbump/commit/1c699a245dc2a9e7fa04d0cb00a50628246c174f)) - -## [0.0.29](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) - -### feat - -* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitbump/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) - -## [0.0.29-gh-35.0](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) - - - -## [0.0.28](https://github.com/jwpkg/gitbump/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) - -### fix - -* branch lookup ([b44f6cc](https://github.com/jwpkg/gitbump/commit/b44f6ccc893bdb20ca465280220ba3c6e2ab5795)) - -## [0.0.27](https://github.com/jwpkg/gitbump/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) - -### fix - -* **pnpm** Package manager result parsing ([381c4b8](https://github.com/jwpkg/gitbump/commit/381c4b8be8940a14a54d31255554d0b223b24831)) - -## [0.0.26](https://github.com/jwpkg/gitbump/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) - -### feat - -* Multiple pack managers simultanious + pnpm ([4e792d2](https://github.com/jwpkg/gitbump/commit/4e792d2ffc314b3981e6a38ed8a1d269d3a233f8)) - -### fix - -* Pack locations ([541887a](https://github.com/jwpkg/gitbump/commit/541887aa3eb030f6fd421c64ebaae46ddaed0c56)) - -## [0.0.25](https://github.com/jwpkg/gitbump/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) - -### fix - -* Removed duplicate changelog updates ([c4c2141](https://github.com/jwpkg/gitbump/commit/c4c2141cae7e8d1f9c09f401959d58fb96f4400e)) - -## [0.0.24](https://github.com/jwpkg/gitbump/compare/v0.0.0...v0.0.24) (Mon Feb 05 2024) - -### fix - -* **pipeline** Removed fetch depth and reset versions ([eafee1b](https://github.com/jwpkg/gitbump/commit/eafee1b732b333b1d4c7af9204533d8798e07de3)) - -* **test** Test with merge message ([faa6ab1](https://github.com/jwpkg/gitbump/commit/faa6ab156a292f4b673d803f5ed7f20d0fdb7253)) - -* Pack status ([69429ec](https://github.com/jwpkg/gitbump/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) - -* Testing with github actions ([d6141af](https://github.com/jwpkg/gitbump/commit/d6141afcab377e70234aeaf057fbfe94186dba9e)) - -* Fixed git urls on github actions ([1009e17](https://github.com/jwpkg/gitbump/commit/1009e17a8279fc25a193a3c5ef2566fccc5705fc)) - -* Lazy search ([cb8cff3](https://github.com/jwpkg/gitbump/commit/cb8cff39d8336743023e23e96ded63d10c97c521)) - -* Github compare link ([2150b54](https://github.com/jwpkg/gitbump/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) - -* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitbump/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) - -* License field ([83d3912](https://github.com/jwpkg/gitbump/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) - -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) - -* Check for shallow repository ([372027f](https://github.com/jwpkg/gitbump/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) - -* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitbump/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) - -* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitbump/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) - -* Bumptype parameter in bump ([e7a47da](https://github.com/jwpkg/gitbump/commit/e7a47da7f0faee4de9d8daf38a5a6ba830871dbf)) - -* Bump priority ([38b84d0](https://github.com/jwpkg/gitbump/commit/38b84d059ec76d392a84217dbecb5307db4ff78f)) - -* Changelog filename ([03226a5](https://github.com/jwpkg/gitbump/commit/03226a54d12268cc7142f79455d5baae24c1267a)) - -* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitbump/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) - -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) - -* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitbump/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) - -* TSC Errors ([b049b9e](https://github.com/jwpkg/gitbump/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) - -* Linting ([56c98e3](https://github.com/jwpkg/gitbump/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) - -* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitbump/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) - -* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitbump/commit/826400353f725a902ac5577f9ac45b1697390165)) - -* Added no remote support ([c24aa3c](https://github.com/jwpkg/gitbump/commit/c24aa3ccc75e8635de5534b5ce807296fc69aea4)) - -* Missing await ([aa57130](https://github.com/jwpkg/gitbump/commit/aa57130e1b49755e5483e04be252eb1a279879b5)) - -* Restucture logging ([c29983a](https://github.com/jwpkg/gitbump/commit/c29983ab3779b001f98326193d614b14d02b7c43)) - -### feat - -* Basic logic ([d80772f](https://github.com/jwpkg/gitbump/commit/d80772fc419b5ff882f474fa4fe6f9bea0944020)) - -* Added commands ([b70966d](https://github.com/jwpkg/gitbump/commit/b70966d338552d9be55620c8809eb103cb55414f)) - -* First release (#23) ([f9b97fb](https://github.com/jwpkg/gitbump/commit/f9b97fba8a1ff8b66e1682997a5308159ca13b24)) - -* Added git status checks. Now breaks of when the steps can't be matched by gitstatus (#26) ([b0f593e](https://github.com/jwpkg/gitbump/commit/b0f593e594d5cd571f5f9f0aff11e16b637c7e08)) - -* platform plugins (#27) ([3f15c0d](https://github.com/jwpkg/gitbump/commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) - -* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitbump/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) - -* Plugin management ([28fae48](https://github.com/jwpkg/gitbump/commit/28fae48dc211a2197a7120e6081ab479647a9762)) - -* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitbump/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) - -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) - -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) - -* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitbump/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) - -### licence - -* Updated licence ([c9f9e50](https://github.com/jwpkg/gitbump/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) - -### docs - -* Added homepage ([642fe6b](https://github.com/jwpkg/gitbump/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) - -* Added keywords ([e2a46f5](https://github.com/jwpkg/gitbump/commit/e2a46f5cedb2b31c875517deb1cd1a19ad66beec)) - -### refactor - -* **workspaces** Extracted IWorkspace and IProject interfaces ([ecf960a](https://github.com/jwpkg/gitbump/commit/ecf960a1675b7294f5436daf114ceed5903fb124)) - -* **core** Plugins with configuration + IConfiguration interface extraction ([1468559](https://github.com/jwpkg/gitbump/commit/14685595988d26c635bcb38c0517611ebbb5bfb1)) - -* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitbump/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) - -* Default locations of properties ([cc30097](https://github.com/jwpkg/gitbump/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) - -* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitbump/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) - -* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitbump/commit/10870460fa1968c67e72308d1113269693190d23)) - -* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitbump/commit/0de0782b2b254295062e8d7d1043631a114846ac)) - -* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitbump/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) - -* Removed global logger ([064d4cc](https://github.com/jwpkg/gitbump/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) - -* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitbump/commit/c9640819fe49127ab560e4ea1526d6690b331299)) - -### chore - -* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitbump/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) - -## [0.0.22](https://github.com/jwpkg/gitbump/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) - -### fix - -* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitbump/commit/826400353f725a902ac5577f9ac45b1697390165)) - -## [0.0.21](https://github.com/jwpkg/gitbump/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) - -### fix - -* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitbump/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) - -## [0.0.20](https://github.com/jwpkg/gitbump/compare/v0.0.0...v0.0.20) (Sun Feb 04 2024) - -### fix - -* **pipeline** Removed fetch depth and reset versions ([eafee1b](https://github.com/jwpkg/gitbump/commit/eafee1b732b333b1d4c7af9204533d8798e07de3)) - -* **test** Test with merge message ([faa6ab1](https://github.com/jwpkg/gitbump/commit/faa6ab156a292f4b673d803f5ed7f20d0fdb7253)) - -* Pack status ([69429ec](https://github.com/jwpkg/gitbump/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) - -* Testing with github actions ([d6141af](https://github.com/jwpkg/gitbump/commit/d6141afcab377e70234aeaf057fbfe94186dba9e)) - -* Fixed git urls on github actions ([1009e17](https://github.com/jwpkg/gitbump/commit/1009e17a8279fc25a193a3c5ef2566fccc5705fc)) - -* Lazy search ([cb8cff3](https://github.com/jwpkg/gitbump/commit/cb8cff39d8336743023e23e96ded63d10c97c521)) - -* Github compare link ([2150b54](https://github.com/jwpkg/gitbump/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) - -* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitbump/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) - -* License field ([83d3912](https://github.com/jwpkg/gitbump/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) - -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) - -* Check for shallow repository ([372027f](https://github.com/jwpkg/gitbump/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) - -* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitbump/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) - -* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitbump/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) - -* Bumptype parameter in bump ([e7a47da](https://github.com/jwpkg/gitbump/commit/e7a47da7f0faee4de9d8daf38a5a6ba830871dbf)) - -* Bump priority ([38b84d0](https://github.com/jwpkg/gitbump/commit/38b84d059ec76d392a84217dbecb5307db4ff78f)) - -* Changelog filename ([03226a5](https://github.com/jwpkg/gitbump/commit/03226a54d12268cc7142f79455d5baae24c1267a)) - -* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitbump/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) - -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) - -* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitbump/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) - -* TSC Errors ([b049b9e](https://github.com/jwpkg/gitbump/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) - -* Linting ([56c98e3](https://github.com/jwpkg/gitbump/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) - -### feat - -* Basic logic ([d80772f](https://github.com/jwpkg/gitbump/commit/d80772fc419b5ff882f474fa4fe6f9bea0944020)) - -* Added commands ([b70966d](https://github.com/jwpkg/gitbump/commit/b70966d338552d9be55620c8809eb103cb55414f)) - -* First release (#23) ([f9b97fb](https://github.com/jwpkg/gitbump/commit/f9b97fba8a1ff8b66e1682997a5308159ca13b24)) - -* Added git status checks. Now breaks of when the steps can't be matched by gitstatus (#26) ([b0f593e](https://github.com/jwpkg/gitbump/commit/b0f593e594d5cd571f5f9f0aff11e16b637c7e08)) - -* platform plugins (#27) ([3f15c0d](https://github.com/jwpkg/gitbump/commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) - -* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitbump/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) - -* Plugin management ([28fae48](https://github.com/jwpkg/gitbump/commit/28fae48dc211a2197a7120e6081ab479647a9762)) - -* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitbump/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) - -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) - -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) - -* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitbump/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) - -### licence - -* Updated licence ([c9f9e50](https://github.com/jwpkg/gitbump/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) - -### docs - -* Added homepage ([642fe6b](https://github.com/jwpkg/gitbump/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) - -* Added keywords ([e2a46f5](https://github.com/jwpkg/gitbump/commit/e2a46f5cedb2b31c875517deb1cd1a19ad66beec)) - -### refactor - -* **workspaces** Extracted IWorkspace and IProject interfaces ([ecf960a](https://github.com/jwpkg/gitbump/commit/ecf960a1675b7294f5436daf114ceed5903fb124)) - -* **core** Plugins with configuration + IConfiguration interface extraction ([1468559](https://github.com/jwpkg/gitbump/commit/14685595988d26c635bcb38c0517611ebbb5bfb1)) - -* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitbump/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) - -* Default locations of properties ([cc30097](https://github.com/jwpkg/gitbump/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) - -* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitbump/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) - -* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitbump/commit/10870460fa1968c67e72308d1113269693190d23)) - -* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitbump/commit/0de0782b2b254295062e8d7d1043631a114846ac)) - -* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitbump/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) - -* Removed global logger ([064d4cc](https://github.com/jwpkg/gitbump/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) - -* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitbump/commit/c9640819fe49127ab560e4ea1526d6690b331299)) - -### chore - -* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitbump/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) - -## [0.0.19](https://github.com/jwpkg/gitbump/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) - -### feat - -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) - -## [0.0.18](https://github.com/jwpkg/gitbump/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) - -### refactor - -* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitbump/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) - -* Default locations of properties ([cc30097](https://github.com/jwpkg/gitbump/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) - -* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitbump/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) - -* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitbump/commit/10870460fa1968c67e72308d1113269693190d23)) - -### fix - -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) - -## [0.0.17](https://github.com/jwpkg/gitbump/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) - -### fix - -* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitbump/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) - -## [0.0.15](https://github.com/jwpkg/gitbump/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) - -### fix - -* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitbump/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) - -## [0.0.14](https://github.com/jwpkg/gitbump/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) - -### fix - -* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitbump/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) - -## [0.0.13](https://github.com/jwpkg/gitbump/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) - -### feat - -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) - -### fix - -* Check for shallow repository ([372027f](https://github.com/jwpkg/gitbump/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) - -## [0.0.12](https://github.com/jwpkg/gitbump/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) - -### fix - -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) - -## [0.0.11](https://github.com/jwpkg/gitbump/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) - -### fix - -* License field ([83d3912](https://github.com/jwpkg/gitbump/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) - -## [0.0.10](https://github.com/jwpkg/gitbump/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) - -### fix - -* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitbump/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) - -## [0.0.9](https://github.com/jwpkg/gitbump/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) - -### feat - -* Plugin management ([28fae48](https://github.com/jwpkg/gitbump/commit/28fae48dc211a2197a7120e6081ab479647a9762)) - -* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitbump/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) - -### licence - -* Updated licence ([c9f9e50](https://github.com/jwpkg/gitbump/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) - -### docs - -* Added homepage ([642fe6b](https://github.com/jwpkg/gitbump/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) - -## [0.0.8](https://github.com/jwpkg/gitbump/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) - -### fix - -* Github compare link ([2150b54](https://github.com/jwpkg/gitbump/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) - -## [0.0.7](https://github.com/jwpkg/gitbump/compare/0.0.6...0.0.7) (Fri Jan 26 2024) - -### feat - -* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitbump/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) - -## [0.0.5](https://github.com/not_initialized/not_initialized/compare/0.0.4...0.0.5) (Fri Jan 26 2024) - -### fix - -* Pack status ([69429ec](https://github.com/not_initialized/not_initialized/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) - -## [0.0.4](https://github.com///compare/0.0.3...0.0.4) (Fri Jan 26 2024) - -### feat - -* platform plugins (#27) ([3f15c0d](https://github.com///commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) - -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) - -### feat - -* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitbump/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) - -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) - -### feat - -* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitbump/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/github._test_.ts b/workspaces/packages/gitbump/src/plugins/embedded/git/github._test_.ts deleted file mode 100644 index 5195f00..0000000 --- a/workspaces/packages/gitbump/src/plugins/embedded/git/github._test_.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { GithubPlugin } from './github'; - -describe('Github platform', () => { - test('Url parsing', () => { - expect(GithubPlugin.parseUrl('https://github.com/jwpkg/gitbump.git')).toStrictEqual({ - projectName: 'jwpkg', - repoName: 'gitbump', - }); - - expect(GithubPlugin.parseUrl('git@github.com:jwpkg/gitbump.git')).toStrictEqual({ - projectName: 'jwpkg', - repoName: 'gitbump', - }); - }); -}); diff --git a/workspaces/packages/gitversion-plugin-s3publish/CHANGELOG.md b/workspaces/packages/gitversion-plugin-s3publish/CHANGELOG.md new file mode 100644 index 0000000..7edeab0 --- /dev/null +++ b/workspaces/packages/gitversion-plugin-s3publish/CHANGELOG.md @@ -0,0 +1,83 @@ + +# Changelog + +All notable changes to this project will be documented in this file + + +## [0.0.50](https://github.com/jwpkg/gitversion/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) + + + +## [0.0.49](https://github.com/jwpkg/gitversion/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) + + + +## [0.0.48](https://github.com/jwpkg/gitversion/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) + + + +## [0.0.47](https://github.com/jwpkg/gitversion/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) + + + +## [0.0.46](https://github.com/jwpkg/gitversion/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) + + + +## [0.0.45](https://github.com/jwpkg/gitversion/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) + + + +## [0.0.44](https://github.com/jwpkg/gitversion/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) + + + +## [0.0.43](https://github.com/jwpkg/gitversion/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) + + + +## [0.0.42](https://github.com/jwpkg/gitversion/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) + + + +## [0.0.41](https://github.com/jwpkg/gitversion/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) + + + +## [0.0.40](https://github.com/jwpkg/gitversion/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) + + + +## [0.0.39](https://github.com/jwpkg/gitversion/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) + +### feat + +* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitversion/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) + +### fix + +* Changed back dry run ([f17be45](https://github.com/jwpkg/gitversion/commit/f17be4534b1939a4d68d959a8750aefa0328be60)) + +## [0.0.38](https://github.com/jwpkg/gitversion/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) + +### feat + +* Added release channel support for S3 plugin ([c890b0d](https://github.com/jwpkg/gitversion/commit/c890b0dc53c37e639e615771350d0d369dd1c8d1)) + +* Added exclusion ([4992c46](https://github.com/jwpkg/gitversion/commit/4992c46f518924aabc565b18904fab688d1e70b5)) + +## [0.0.37](https://github.com/jwpkg/gitversion/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) + +### feat + +* Latest docs ([c8d8a14](https://github.com/jwpkg/gitversion/commit/c8d8a14879c34350abfa8a408dc038eba3cbd569)) + +## [0.0.36](https://github.com/jwpkg/gitversion/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) + +### feat + +* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitversion/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) + +## [1.0.0](https://github.com/jwpkg/gitversion/compare/v0.0.35...v1.0.0) (Wed Feb 14 2024) + + diff --git a/workspaces/packages/gitversion-plugin-s3publish/README.md b/workspaces/packages/gitversion-plugin-s3publish/README.md new file mode 100644 index 0000000..0242058 --- /dev/null +++ b/workspaces/packages/gitversion-plugin-s3publish/README.md @@ -0,0 +1 @@ +# gitversion-plugin-s3publish diff --git a/workspaces/packages/gitbump-plugin-s3publish/package.json b/workspaces/packages/gitversion-plugin-s3publish/package.json similarity index 78% rename from workspaces/packages/gitbump-plugin-s3publish/package.json rename to workspaces/packages/gitversion-plugin-s3publish/package.json index b348a0c..8e43541 100644 --- a/workspaces/packages/gitbump-plugin-s3publish/package.json +++ b/workspaces/packages/gitversion-plugin-s3publish/package.json @@ -1,11 +1,11 @@ { - "name": "@jwpkg/gitbump-s3publish", + "name": "@jwpkg/gitversion-s3publish", "packageManager": "yarn@4.0.2", "main": "src/index.ts", "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", - "directory": "workspaces/packages/gitbump-plugin-s3publish" + "url": "https://github.com/jwpkg/gitversion", + "directory": "workspaces/packages/gitversion-plugin-s3publish" }, "scripts": { "build": "rm -f tsconfig.tsbuildinfo && tsc --noEmit false", @@ -20,8 +20,8 @@ ], "dependencies": { "@aws-sdk/client-s3": "^3.515.0", + "@jwpkg/gitversion": "workspace:^", "archiver": "^6.0.1", - "gitbump": "workspace:^", "glob": "^10.3.10", "semver": "^7.6.0" }, diff --git a/workspaces/packages/gitbump-plugin-s3publish/src/index.ts b/workspaces/packages/gitversion-plugin-s3publish/src/index.ts similarity index 100% rename from workspaces/packages/gitbump-plugin-s3publish/src/index.ts rename to workspaces/packages/gitversion-plugin-s3publish/src/index.ts diff --git a/workspaces/packages/gitbump-plugin-s3publish/src/s3publish._test_.ts b/workspaces/packages/gitversion-plugin-s3publish/src/s3publish._test_.ts similarity index 100% rename from workspaces/packages/gitbump-plugin-s3publish/src/s3publish._test_.ts rename to workspaces/packages/gitversion-plugin-s3publish/src/s3publish._test_.ts diff --git a/workspaces/packages/gitbump-plugin-s3publish/src/s3publish.ts b/workspaces/packages/gitversion-plugin-s3publish/src/s3publish.ts similarity index 91% rename from workspaces/packages/gitbump-plugin-s3publish/src/s3publish.ts rename to workspaces/packages/gitversion-plugin-s3publish/src/s3publish.ts index 2b73e65..5a249b4 100644 --- a/workspaces/packages/gitbump-plugin-s3publish/src/s3publish.ts +++ b/workspaces/packages/gitversion-plugin-s3publish/src/s3publish.ts @@ -1,10 +1,10 @@ import { PutObjectCommand, S3Client } from '@aws-sdk/client-s3'; import archiver from 'archiver'; import { createReadStream, createWriteStream } from 'fs'; -import { LogReporter } from 'gitbump/src/core/log-reporter'; -import { PackedPackage } from 'gitbump/src/core/pack-artifact'; -import { IWorkspace } from 'gitbump/src/core/workspace-utils'; -import { IPackManager, IPlugin, IPluginInitialize } from 'gitbump'; +import { LogReporter } from 'gitversion/src/core/log-reporter'; +import { PackedPackage } from 'gitversion/src/core/pack-artifact'; +import { IWorkspace } from 'gitversion/src/core/workspace-utils'; +import { IPackManager, IPlugin, IPluginInitialize } from 'gitversion'; import { join } from 'path'; import { parse } from 'semver'; diff --git a/workspaces/packages/gitbump-plugin-s3publish/tsconfig.json b/workspaces/packages/gitversion-plugin-s3publish/tsconfig.json similarity index 100% rename from workspaces/packages/gitbump-plugin-s3publish/tsconfig.json rename to workspaces/packages/gitversion-plugin-s3publish/tsconfig.json diff --git a/workspaces/packages/gitversion/CHANGELOG.md b/workspaces/packages/gitversion/CHANGELOG.md new file mode 100644 index 0000000..3958499 --- /dev/null +++ b/workspaces/packages/gitversion/CHANGELOG.md @@ -0,0 +1,549 @@ + +# Changelog + +All notable changes to this project will be documented in this file + + +## [0.0.50](https://github.com/jwpkg/gitversion/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) + +### chroe + +* Changed unit tests ([6d05d4c](https://github.com/jwpkg/gitversion/commit/6d05d4c4d4466d2c42b019bde5996bee5d86ad38)) + +### feat + +* Added push changelogs options for features (#39) ([d5e1e7c](https://github.com/jwpkg/gitversion/commit/d5e1e7c0dd3f6a548c2f81f8e1e7f31c8bc33b81)) + +## [0.0.49](https://github.com/jwpkg/gitversion/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) + +### feat + +* Added debug logging on errors ([77a6886](https://github.com/jwpkg/gitversion/commit/77a6886f8674eefe3dd55769e2aee78a46c1e80b)) + +### fix + +* Cli handling ([a77368c](https://github.com/jwpkg/gitversion/commit/a77368c8019d380b98cb6d9b4a3a2ccacbfdd026)) + +## [0.0.48](https://github.com/jwpkg/gitversion/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) + +### fix + +* **azure** Fixed merge header detection ([e85bdbd](https://github.com/jwpkg/gitversion/commit/e85bdbd6b5e4da4c46325136ccb56d150a077a8f)) + +## [0.0.47](https://github.com/jwpkg/gitversion/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) + +### fix + +* Moved unshallow to restore step ([c08f211](https://github.com/jwpkg/gitversion/commit/c08f211cf66b2603b66c9215090ddeb326764c87)) + +## [0.0.46](https://github.com/jwpkg/gitversion/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) + +### fix + +* **yarn** Update workspace version before publish ([82834e9](https://github.com/jwpkg/gitversion/commit/82834e9450882f769c458d3f4816349c65bb7873)) + +## [0.0.45](https://github.com/jwpkg/gitversion/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) + +### fix + +* Use default access ([c64646c](https://github.com/jwpkg/gitversion/commit/c64646c87b7e665f6c1b24690cd380076520b858)) + +* reverted access change ([95dfa8d](https://github.com/jwpkg/gitversion/commit/95dfa8dc29b57525f8512d8abf7bedb5118f85bf)) + +## [0.0.44](https://github.com/jwpkg/gitversion/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) + +### fix + +* Added debug info ([5365748](https://github.com/jwpkg/gitversion/commit/5365748280a8ea0a891b61f6c60f7351a713c036)) + +## [0.0.43](https://github.com/jwpkg/gitversion/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) + +### fix + +* **bump** Unshallowing ([13a7461](https://github.com/jwpkg/gitversion/commit/13a746171657b92dded6c410c313e5456682a4cd)) + +## [0.0.42](https://github.com/jwpkg/gitversion/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) + +### fix + +* **azuredevops** Current branch from environment ([d220a00](https://github.com/jwpkg/gitversion/commit/d220a00d9ea2f72bfed0035720b31a4d92cdeb14)) + +## [0.0.41](https://github.com/jwpkg/gitversion/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) + +### feat + +* **config** Added git flags ([dce7bc8](https://github.com/jwpkg/gitversion/commit/dce7bc8a695d3fa103805de6fdf1ac4a92abaf55)) + +### fix + +* Default values ([f4e8646](https://github.com/jwpkg/gitversion/commit/f4e864670c72afe3761921609be9687fd3392987)) + +* Tests ([1e17c1d](https://github.com/jwpkg/gitversion/commit/1e17c1decb1c87f7b4ff7616e7576cbceb6bacbd)) + +## [0.0.40](https://github.com/jwpkg/gitversion/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) + +### fix + +* Don't reset after pack for now ([2c9d27a](https://github.com/jwpkg/gitversion/commit/2c9d27ae19a3bde1eb45bc2f1965c5217a03902d)) + +## [0.0.39](https://github.com/jwpkg/gitversion/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) + +### fix + +* Don't crash on non-existent node manifest ([00c4a01](https://github.com/jwpkg/gitversion/commit/00c4a011a60c6f3fecf1e813689147488a3887c9)) + +* Added error reporting details ([337764e](https://github.com/jwpkg/gitversion/commit/337764e48e68c2727c15aa6e3926e9dc35f33c54)) + +### feat + +* Changed feature bump behavior to a string based version ([f1cd71c](https://github.com/jwpkg/gitversion/commit/f1cd71c950b5eb67e2d7b88442dcf40f3c5aae4b)) + +## [0.0.38](https://github.com/jwpkg/gitversion/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) + + + +## [0.0.37](https://github.com/jwpkg/gitversion/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) + + + +## [0.0.36](https://github.com/jwpkg/gitversion/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) + +### feat + +* Added S3 publish plugin ([5c28685](https://github.com/jwpkg/gitversion/commit/5c28685fd28d0709bc4dcc93b81adac0233b3a14)) + +## [0.0.35](https://github.com/jwpkg/gitversion/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) + +### chore + +* Removed [bot] from push back git name ([ed48e5a](https://github.com/jwpkg/gitversion/commit/ed48e5a85a6e5493c4753bad08ef9475dc67908a)) + +### feat + +* Added additional branch detection patterns ([2ceba48](https://github.com/jwpkg/gitversion/commit/2ceba48b43367d931f99e0e4737b845392058508)) + +## [0.0.34](https://github.com/jwpkg/gitversion/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) + +### fix + +* user email ([994db2a](https://github.com/jwpkg/gitversion/commit/994db2a7b3429249357d0bfdf1ba5da5ca1324a5)) + +## [0.0.33](https://github.com/jwpkg/gitversion/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) + +### feat + +* Added git credentials ([a2d548c](https://github.com/jwpkg/gitversion/commit/a2d548c4d0740cdb5f18009cca5d14ee16512ac3)) + +## [0.0.32](https://github.com/jwpkg/gitversion/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) + +### feat + +* testing with push back from detached head ([a69435d](https://github.com/jwpkg/gitversion/commit/a69435d38f0bd0c328f178b105f6bab62f5117c9)) + +## [0.0.31](https://github.com/jwpkg/gitversion/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) + +### feat + +* Multiple main branch patterns accepted to make it more autodetect ([16a7b23](https://github.com/jwpkg/gitversion/commit/16a7b2323ab06aad34be979665563ffe7916b137)) + +### fix + +* unit test ([37f7a6e](https://github.com/jwpkg/gitversion/commit/37f7a6ecd8e127fc071284a06d067bbf02c9fcf4)) + +## [0.0.30](https://github.com/jwpkg/gitversion/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) + +### feat + +* Max concurrent pack commands ([1c699a2](https://github.com/jwpkg/gitversion/commit/1c699a245dc2a9e7fa04d0cb00a50628246c174f)) + +## [0.0.29](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) + +### feat + +* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitversion/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) + +## [0.0.29-gh-35.0](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) + + + +## [0.0.28](https://github.com/jwpkg/gitversion/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) + +### fix + +* branch lookup ([b44f6cc](https://github.com/jwpkg/gitversion/commit/b44f6ccc893bdb20ca465280220ba3c6e2ab5795)) + +## [0.0.27](https://github.com/jwpkg/gitversion/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) + +### fix + +* **pnpm** Package manager result parsing ([381c4b8](https://github.com/jwpkg/gitversion/commit/381c4b8be8940a14a54d31255554d0b223b24831)) + +## [0.0.26](https://github.com/jwpkg/gitversion/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) + +### feat + +* Multiple pack managers simultanious + pnpm ([4e792d2](https://github.com/jwpkg/gitversion/commit/4e792d2ffc314b3981e6a38ed8a1d269d3a233f8)) + +### fix + +* Pack locations ([541887a](https://github.com/jwpkg/gitversion/commit/541887aa3eb030f6fd421c64ebaae46ddaed0c56)) + +## [0.0.25](https://github.com/jwpkg/gitversion/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) + +### fix + +* Removed duplicate changelog updates ([c4c2141](https://github.com/jwpkg/gitversion/commit/c4c2141cae7e8d1f9c09f401959d58fb96f4400e)) + +## [0.0.24](https://github.com/jwpkg/gitversion/compare/v0.0.0...v0.0.24) (Mon Feb 05 2024) + +### fix + +* **pipeline** Removed fetch depth and reset versions ([eafee1b](https://github.com/jwpkg/gitversion/commit/eafee1b732b333b1d4c7af9204533d8798e07de3)) + +* **test** Test with merge message ([faa6ab1](https://github.com/jwpkg/gitversion/commit/faa6ab156a292f4b673d803f5ed7f20d0fdb7253)) + +* Pack status ([69429ec](https://github.com/jwpkg/gitversion/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) + +* Testing with github actions ([d6141af](https://github.com/jwpkg/gitversion/commit/d6141afcab377e70234aeaf057fbfe94186dba9e)) + +* Fixed git urls on github actions ([1009e17](https://github.com/jwpkg/gitversion/commit/1009e17a8279fc25a193a3c5ef2566fccc5705fc)) + +* Lazy search ([cb8cff3](https://github.com/jwpkg/gitversion/commit/cb8cff39d8336743023e23e96ded63d10c97c521)) + +* Github compare link ([2150b54](https://github.com/jwpkg/gitversion/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) + +* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitversion/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) + +* License field ([83d3912](https://github.com/jwpkg/gitversion/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) + +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) + +* Check for shallow repository ([372027f](https://github.com/jwpkg/gitversion/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) + +* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitversion/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) + +* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitversion/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) + +* Bumptype parameter in bump ([e7a47da](https://github.com/jwpkg/gitversion/commit/e7a47da7f0faee4de9d8daf38a5a6ba830871dbf)) + +* Bump priority ([38b84d0](https://github.com/jwpkg/gitversion/commit/38b84d059ec76d392a84217dbecb5307db4ff78f)) + +* Changelog filename ([03226a5](https://github.com/jwpkg/gitversion/commit/03226a54d12268cc7142f79455d5baae24c1267a)) + +* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitversion/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) + +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) + +* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitversion/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) + +* TSC Errors ([b049b9e](https://github.com/jwpkg/gitversion/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) + +* Linting ([56c98e3](https://github.com/jwpkg/gitversion/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) + +* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitversion/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) + +* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitversion/commit/826400353f725a902ac5577f9ac45b1697390165)) + +* Added no remote support ([c24aa3c](https://github.com/jwpkg/gitversion/commit/c24aa3ccc75e8635de5534b5ce807296fc69aea4)) + +* Missing await ([aa57130](https://github.com/jwpkg/gitversion/commit/aa57130e1b49755e5483e04be252eb1a279879b5)) + +* Restucture logging ([c29983a](https://github.com/jwpkg/gitversion/commit/c29983ab3779b001f98326193d614b14d02b7c43)) + +### feat + +* Basic logic ([d80772f](https://github.com/jwpkg/gitversion/commit/d80772fc419b5ff882f474fa4fe6f9bea0944020)) + +* Added commands ([b70966d](https://github.com/jwpkg/gitversion/commit/b70966d338552d9be55620c8809eb103cb55414f)) + +* First release (#23) ([f9b97fb](https://github.com/jwpkg/gitversion/commit/f9b97fba8a1ff8b66e1682997a5308159ca13b24)) + +* Added git status checks. Now breaks of when the steps can't be matched by gitstatus (#26) ([b0f593e](https://github.com/jwpkg/gitversion/commit/b0f593e594d5cd571f5f9f0aff11e16b637c7e08)) + +* platform plugins (#27) ([3f15c0d](https://github.com/jwpkg/gitversion/commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) + +* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitversion/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) + +* Plugin management ([28fae48](https://github.com/jwpkg/gitversion/commit/28fae48dc211a2197a7120e6081ab479647a9762)) + +* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitversion/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) + +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) + +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) + +* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitversion/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) + +### licence + +* Updated licence ([c9f9e50](https://github.com/jwpkg/gitversion/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) + +### docs + +* Added homepage ([642fe6b](https://github.com/jwpkg/gitversion/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) + +* Added keywords ([e2a46f5](https://github.com/jwpkg/gitversion/commit/e2a46f5cedb2b31c875517deb1cd1a19ad66beec)) + +### refactor + +* **workspaces** Extracted IWorkspace and IProject interfaces ([ecf960a](https://github.com/jwpkg/gitversion/commit/ecf960a1675b7294f5436daf114ceed5903fb124)) + +* **core** Plugins with configuration + IConfiguration interface extraction ([1468559](https://github.com/jwpkg/gitversion/commit/14685595988d26c635bcb38c0517611ebbb5bfb1)) + +* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitversion/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) + +* Default locations of properties ([cc30097](https://github.com/jwpkg/gitversion/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) + +* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitversion/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) + +* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitversion/commit/10870460fa1968c67e72308d1113269693190d23)) + +* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitversion/commit/0de0782b2b254295062e8d7d1043631a114846ac)) + +* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitversion/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) + +* Removed global logger ([064d4cc](https://github.com/jwpkg/gitversion/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) + +* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitversion/commit/c9640819fe49127ab560e4ea1526d6690b331299)) + +### chore + +* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitversion/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) + +## [0.0.22](https://github.com/jwpkg/gitversion/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) + +### fix + +* Npm and invalid origin reset ([8264003](https://github.com/jwpkg/gitversion/commit/826400353f725a902ac5577f9ac45b1697390165)) + +## [0.0.21](https://github.com/jwpkg/gitversion/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) + +### fix + +* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitversion/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) + +## [0.0.20](https://github.com/jwpkg/gitversion/compare/v0.0.0...v0.0.20) (Sun Feb 04 2024) + +### fix + +* **pipeline** Removed fetch depth and reset versions ([eafee1b](https://github.com/jwpkg/gitversion/commit/eafee1b732b333b1d4c7af9204533d8798e07de3)) + +* **test** Test with merge message ([faa6ab1](https://github.com/jwpkg/gitversion/commit/faa6ab156a292f4b673d803f5ed7f20d0fdb7253)) + +* Pack status ([69429ec](https://github.com/jwpkg/gitversion/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) + +* Testing with github actions ([d6141af](https://github.com/jwpkg/gitversion/commit/d6141afcab377e70234aeaf057fbfe94186dba9e)) + +* Fixed git urls on github actions ([1009e17](https://github.com/jwpkg/gitversion/commit/1009e17a8279fc25a193a3c5ef2566fccc5705fc)) + +* Lazy search ([cb8cff3](https://github.com/jwpkg/gitversion/commit/cb8cff39d8336743023e23e96ded63d10c97c521)) + +* Github compare link ([2150b54](https://github.com/jwpkg/gitversion/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) + +* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitversion/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) + +* License field ([83d3912](https://github.com/jwpkg/gitversion/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) + +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) + +* Check for shallow repository ([372027f](https://github.com/jwpkg/gitversion/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) + +* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitversion/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) + +* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitversion/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) + +* Bumptype parameter in bump ([e7a47da](https://github.com/jwpkg/gitversion/commit/e7a47da7f0faee4de9d8daf38a5a6ba830871dbf)) + +* Bump priority ([38b84d0](https://github.com/jwpkg/gitversion/commit/38b84d059ec76d392a84217dbecb5307db4ff78f)) + +* Changelog filename ([03226a5](https://github.com/jwpkg/gitversion/commit/03226a54d12268cc7142f79455d5baae24c1267a)) + +* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitversion/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) + +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) + +* Fixes after param changes ([c9db1cb](https://github.com/jwpkg/gitversion/commit/c9db1cb2ea9212a5feb97eb95a9a7016f13d4e65)) + +* TSC Errors ([b049b9e](https://github.com/jwpkg/gitversion/commit/b049b9ecae618d4efcffe159c75cc7a5ae3dc862)) + +* Linting ([56c98e3](https://github.com/jwpkg/gitversion/commit/56c98e35f8b24ab68361fc3f47c510b691662633)) + +### feat + +* Basic logic ([d80772f](https://github.com/jwpkg/gitversion/commit/d80772fc419b5ff882f474fa4fe6f9bea0944020)) + +* Added commands ([b70966d](https://github.com/jwpkg/gitversion/commit/b70966d338552d9be55620c8809eb103cb55414f)) + +* First release (#23) ([f9b97fb](https://github.com/jwpkg/gitversion/commit/f9b97fba8a1ff8b66e1682997a5308159ca13b24)) + +* Added git status checks. Now breaks of when the steps can't be matched by gitstatus (#26) ([b0f593e](https://github.com/jwpkg/gitversion/commit/b0f593e594d5cd571f5f9f0aff11e16b637c7e08)) + +* platform plugins (#27) ([3f15c0d](https://github.com/jwpkg/gitversion/commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) + +* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitversion/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) + +* Plugin management ([28fae48](https://github.com/jwpkg/gitversion/commit/28fae48dc211a2197a7120e6081ab479647a9762)) + +* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitversion/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) + +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) + +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) + +* NPM Plugin ([2d0f6f9](https://github.com/jwpkg/gitversion/commit/2d0f6f976420ff6e1ecd410de8500615ee76e3b9)) + +### licence + +* Updated licence ([c9f9e50](https://github.com/jwpkg/gitversion/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) + +### docs + +* Added homepage ([642fe6b](https://github.com/jwpkg/gitversion/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) + +* Added keywords ([e2a46f5](https://github.com/jwpkg/gitversion/commit/e2a46f5cedb2b31c875517deb1cd1a19ad66beec)) + +### refactor + +* **workspaces** Extracted IWorkspace and IProject interfaces ([ecf960a](https://github.com/jwpkg/gitversion/commit/ecf960a1675b7294f5436daf114ceed5903fb124)) + +* **core** Plugins with configuration + IConfiguration interface extraction ([1468559](https://github.com/jwpkg/gitversion/commit/14685595988d26c635bcb38c0517611ebbb5bfb1)) + +* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitversion/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) + +* Default locations of properties ([cc30097](https://github.com/jwpkg/gitversion/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) + +* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitversion/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) + +* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitversion/commit/10870460fa1968c67e72308d1113269693190d23)) + +* Dryrun inside persisting actions ([0de0782](https://github.com/jwpkg/gitversion/commit/0de0782b2b254295062e8d7d1043631a114846ac)) + +* Used the context a bit better ([0a0f586](https://github.com/jwpkg/gitversion/commit/0a0f586017aa2321c5a939a4feedea2de026ada8)) + +* Removed global logger ([064d4cc](https://github.com/jwpkg/gitversion/commit/064d4cc3089b0f0a0adf10588c8165982a0986ff)) + +* cleanup some logger refs ([c964081](https://github.com/jwpkg/gitversion/commit/c9640819fe49127ab560e4ea1526d6690b331299)) + +### chore + +* changelog test and parameter simplification ([a814c61](https://github.com/jwpkg/gitversion/commit/a814c61f806c56e33505ad0746cbdbf218970bd0)) + +## [0.0.19](https://github.com/jwpkg/gitversion/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) + +### feat + +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) + +## [0.0.18](https://github.com/jwpkg/gitversion/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) + +### refactor + +* Refactored configuration and project initialization ([9f14c46](https://github.com/jwpkg/gitversion/commit/9f14c466a5139374d68ba0d19193e3d444097a26)) + +* Default locations of properties ([cc30097](https://github.com/jwpkg/gitversion/commit/cc300974f7316b960345d81eb9f420c60ef35e9a)) + +* Extracted project to be a plugin based nodeproject and prepare for other project types ([cfefcf1](https://github.com/jwpkg/gitversion/commit/cfefcf146c2c4c8ab5b3d13638f60e8be77c1bee)) + +* **plugins** Change plugin initialization for build-in plugins ([1087046](https://github.com/jwpkg/gitversion/commit/10870460fa1968c67e72308d1113269693190d23)) + +### fix + +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) + +## [0.0.17](https://github.com/jwpkg/gitversion/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) + +### fix + +* Push tags before changelog so we still have a tagged release when something happens. Should be refactored to get a bit cleaner ([77bdb8c](https://github.com/jwpkg/gitversion/commit/77bdb8cd66bddb39265979ba01df68d78b4eca58)) + +## [0.0.15](https://github.com/jwpkg/gitversion/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) + +### fix + +* Changelog generation and parsing ([0816061](https://github.com/jwpkg/gitversion/commit/0816061d3cb9ec27d4ff46d9b1d615ad6ad8ddaf)) + +## [0.0.14](https://github.com/jwpkg/gitversion/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) + +### fix + +* Add changelog to file list of package ([f7955f9](https://github.com/jwpkg/gitversion/commit/f7955f9a43971d91557c969bffcdea3f5194c0cc)) + +## [0.0.13](https://github.com/jwpkg/gitversion/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) + +### feat + +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) + +### fix + +* Check for shallow repository ([372027f](https://github.com/jwpkg/gitversion/commit/372027f1edfa724cfe0da959c9db9102ac82e9b8)) + +## [0.0.12](https://github.com/jwpkg/gitversion/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) + +### fix + +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) + +## [0.0.11](https://github.com/jwpkg/gitversion/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) + +### fix + +* License field ([83d3912](https://github.com/jwpkg/gitversion/commit/83d391234273b9515b4db6f73648f9446cf6cbe8)) + +## [0.0.10](https://github.com/jwpkg/gitversion/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) + +### fix + +* **release** Always publish license ([52529e4](https://github.com/jwpkg/gitversion/commit/52529e4f36c75eb8bbd50028a2f04c946b2ec9d9)) + +## [0.0.9](https://github.com/jwpkg/gitversion/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) + +### feat + +* Plugin management ([28fae48](https://github.com/jwpkg/gitversion/commit/28fae48dc211a2197a7120e6081ab479647a9762)) + +* Added parsed commits to manifest in order to improve release plugins ([f0c9717](https://github.com/jwpkg/gitversion/commit/f0c9717d4bc6c3eca25a79f997c7b2fa59a1c8a8)) + +### licence + +* Updated licence ([c9f9e50](https://github.com/jwpkg/gitversion/commit/c9f9e50ed67657e6710bfc48fa170fd0775383bc)) + +### docs + +* Added homepage ([642fe6b](https://github.com/jwpkg/gitversion/commit/642fe6b4e6532a63d499cc4895c2160c79d65a67)) + +## [0.0.8](https://github.com/jwpkg/gitversion/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) + +### fix + +* Github compare link ([2150b54](https://github.com/jwpkg/gitversion/commit/2150b542b93ada9adec84f9eb59a3e7c54ba2e12)) + +## [0.0.7](https://github.com/jwpkg/gitversion/compare/0.0.6...0.0.7) (Fri Jan 26 2024) + +### feat + +* Allow explicit versions and bump types ([7541f21](https://github.com/jwpkg/gitversion/commit/7541f21d89a007e3a7cf38de47574f4a2699211d)) + +## [0.0.5](https://github.com/not_initialized/not_initialized/compare/0.0.4...0.0.5) (Fri Jan 26 2024) + +### fix + +* Pack status ([69429ec](https://github.com/not_initialized/not_initialized/commit/69429eca2e6bb0846f57dba2c72780418e45da59)) + +## [0.0.4](https://github.com///compare/0.0.3...0.0.4) (Fri Jan 26 2024) + +### feat + +* platform plugins (#27) ([3f15c0d](https://github.com///commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) + +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) + +### feat + +* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitversion/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) + +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) + +### feat + +* pltform plugin basics ([0e6c5f6](https://github.com/jwpkg/gitversion/commit/0e6c5f6e17c703a4359f84f12e3e43d127a55406)) diff --git a/workspaces/packages/gitbump/LICENSE b/workspaces/packages/gitversion/LICENSE similarity index 100% rename from workspaces/packages/gitbump/LICENSE rename to workspaces/packages/gitversion/LICENSE diff --git a/workspaces/packages/gitbump/README.md b/workspaces/packages/gitversion/README.md similarity index 72% rename from workspaces/packages/gitbump/README.md rename to workspaces/packages/gitversion/README.md index 35f87ac..5c9d94b 100644 --- a/workspaces/packages/gitbump/README.md +++ b/workspaces/packages/gitversion/README.md @@ -1,8 +1,8 @@ -# Gitbump +# Gitversion -Gitbump is a complete customizable git-based release management system. Primarily focused on package releases. +Gitversion is a complete customizable git-based release management system. Primarily focused on package releases. -![NPM Version](https://img.shields.io/npm/v/gitbump) +![NPM Version](https://img.shields.io/npm/v/gitversion) ## Key concepts @@ -17,9 +17,9 @@ Gitbump is a complete customizable git-based release management system. Primaril ### Branch based release strategy -The core concept of gitbump evolves around branch detection and branch types. +The core concept of gitversion evolves around branch detection and branch types. -Gitbump defines the following types: +Gitversion defines the following types: - main/master branch (default branch name **'main'**) - release branches (default matches **'release/*'**) - feature branches (default matches **'feature/*'**) @@ -38,48 +38,48 @@ Depending on the detected branch types the system will make different choices: ### Tag based versioning -Like most release systems gitbump will add a tag for each release. This will follow the tag naming with a prefix (default 'v'). I.e. +Like most release systems gitversion will add a tag for each release. This will follow the tag naming with a prefix (default 'v'). I.e. - v1.0.0 - v1.2.3-next.0 -The difference of gitbump is that the tags are the only source of truth. It does not care about versions inside files and will keep them even on the default "0.0.0". +The difference of gitversion is that the tags are the only source of truth. It does not care about versions inside files and will keep them even on the default "0.0.0". There are two main advantages of this strategy: - One source of truth. Easy to see in git history what the current state is - No more merge conflicts due to mismatches of versions. Otherwise this will happen constantly with feature/release strategies -Gitbump has 2 commands to work with this git-only version strategy: +Gitversion has 2 commands to work with this git-only version strategy: #### Restore ```bash -yarn gitbump restore +yarn gitversion restore ``` The output will be something like: -![gitbump restore](./assets/restore.png) +![gitversion restore](./assets/restore.png) As you see with this you wil get all versions back in package.json files. #### Reset ```bash -yarn gitbump reset +yarn gitversion reset ``` The output will be something like: -![gitbump reset](./assets/reset.png) +![gitversion reset](./assets/reset.png) As you see with this you wil reset all versions back to '0.0.0'. ### Conventional commit based bumps -Gitbump works with the concept of a "bump". This is one of the key commands: +Gitversion works with the concept of a "bump". This is one of the key commands: ```bash -yarn gitbump bump +yarn gitversion bump ``` Bump will do the following steps: @@ -89,11 +89,11 @@ Bump will do the following steps: - Define a bump type based on the outcome - Update the workspaces with the new version - Udate the workspaces with the workspace specific changelogs -- Create a bump manifest in the **gitbump.out** folder containing versions and changelogs +- Create a bump manifest in the **gitversion.out** folder containing versions and changelogs ### Native monorepo support -Gitbump is build for monorepos with multiple workspaces. It will detect all (public) workspaces and use them during bump. +Gitversion is build for monorepos with multiple workspaces. It will detect all (public) workspaces and use them during bump. There are 2 main operation modes: - [global versioning](#Global-versioning) @@ -109,7 +109,7 @@ This will use unique versions per workspace in the mono repo. Based on the path ### Split stage publish -Gitbump is buld for usage within CI/CD pipelines. When building packages gitbump can be used in a pipeline like this: +Gitversion is buld for usage within CI/CD pipelines. When building packages gitversion can be used in a pipeline like this: ![Pipeline](./assets/pipeline.png) diff --git a/workspaces/packages/gitbump/assets/pipeline.png b/workspaces/packages/gitversion/assets/pipeline.png similarity index 100% rename from workspaces/packages/gitbump/assets/pipeline.png rename to workspaces/packages/gitversion/assets/pipeline.png diff --git a/workspaces/packages/gitbump/assets/reset.png b/workspaces/packages/gitversion/assets/reset.png similarity index 100% rename from workspaces/packages/gitbump/assets/reset.png rename to workspaces/packages/gitversion/assets/reset.png diff --git a/workspaces/packages/gitbump/assets/restore.png b/workspaces/packages/gitversion/assets/restore.png similarity index 100% rename from workspaces/packages/gitbump/assets/restore.png rename to workspaces/packages/gitversion/assets/restore.png diff --git a/workspaces/packages/gitbump/bin/index-typescript.js b/workspaces/packages/gitversion/bin/index-typescript.js similarity index 100% rename from workspaces/packages/gitbump/bin/index-typescript.js rename to workspaces/packages/gitversion/bin/index-typescript.js diff --git a/workspaces/packages/gitbump/bin/index.js b/workspaces/packages/gitversion/bin/index.js similarity index 100% rename from workspaces/packages/gitbump/bin/index.js rename to workspaces/packages/gitversion/bin/index.js diff --git a/workspaces/packages/gitbump/package.json b/workspaces/packages/gitversion/package.json similarity index 88% rename from workspaces/packages/gitbump/package.json rename to workspaces/packages/gitversion/package.json index fe30761..69bdc6d 100644 --- a/workspaces/packages/gitbump/package.json +++ b/workspaces/packages/gitversion/package.json @@ -1,9 +1,9 @@ { - "name": "gitbump", + "name": "@jwpkg/gitversion", "packageManager": "yarn@4.0.2", "bin": "bin/index-typescript.js", "type": "commonjs", - "description": "Gitbump is a complete customizable git-based release management system", + "description": "Gitversion is a complete customizable git-based release management system", "keywords": [ "git", "npm", @@ -46,8 +46,8 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", - "directory": "workspaces/packages/gitbump" + "url": "https://github.com/jwpkg/gitversion", + "directory": "workspaces/packages/gitversion" }, "engines": { "node": ">=18.12.0" diff --git a/workspaces/packages/gitbump/src/bin.ts b/workspaces/packages/gitversion/src/bin.ts similarity index 83% rename from workspaces/packages/gitbump/src/bin.ts rename to workspaces/packages/gitversion/src/bin.ts index 09db63e..431fde6 100644 --- a/workspaces/packages/gitbump/src/bin.ts +++ b/workspaces/packages/gitversion/src/bin.ts @@ -2,14 +2,14 @@ import { runExit } from 'clipanion'; import { BumpCommand } from './commands/bump'; import { CheckCommand } from './commands/check'; -import { GitBumpContext } from './commands/context'; +import { GitVersionContext } from './commands/context'; import { PackCommand } from './commands/pack'; import { PublishCommand } from './commands/publish'; import { ResetCommand } from './commands/reset'; import { RestoreCommand } from './commands/restore'; -runExit([ +runExit([ BumpCommand, ResetCommand, RestoreCommand, diff --git a/workspaces/packages/gitbump/src/commands/bump.ts b/workspaces/packages/gitversion/src/commands/bump.ts similarity index 100% rename from workspaces/packages/gitbump/src/commands/bump.ts rename to workspaces/packages/gitversion/src/commands/bump.ts diff --git a/workspaces/packages/gitbump/src/commands/check.ts b/workspaces/packages/gitversion/src/commands/check.ts similarity index 90% rename from workspaces/packages/gitbump/src/commands/check.ts rename to workspaces/packages/gitversion/src/commands/check.ts index db5ac41..30023cf 100644 --- a/workspaces/packages/gitbump/src/commands/check.ts +++ b/workspaces/packages/gitversion/src/commands/check.ts @@ -1,9 +1,9 @@ import { Application } from '../core/application'; import { formatVersionBranch } from '../core/format-utils'; -import { GitBumpCommand } from './context'; +import { GitVersionCommand } from './context'; -export class CheckCommand extends GitBumpCommand { +export class CheckCommand extends GitVersionCommand { static paths = [ ['check'], ]; diff --git a/workspaces/packages/gitbump/src/commands/context.ts b/workspaces/packages/gitversion/src/commands/context.ts similarity index 51% rename from workspaces/packages/gitbump/src/commands/context.ts rename to workspaces/packages/gitversion/src/commands/context.ts index ff9e726..0c1c215 100644 --- a/workspaces/packages/gitbump/src/commands/context.ts +++ b/workspaces/packages/gitversion/src/commands/context.ts @@ -2,10 +2,10 @@ import { BaseContext, Command } from 'clipanion'; import { IApplication } from '../core/application'; -export interface GitBumpContext extends BaseContext { +export interface GitVersionContext extends BaseContext { application?: IApplication; } -export abstract class GitBumpCommand extends Command { +export abstract class GitVersionCommand extends Command { } diff --git a/workspaces/packages/gitbump/src/commands/pack.ts b/workspaces/packages/gitversion/src/commands/pack.ts similarity index 95% rename from workspaces/packages/gitbump/src/commands/pack.ts rename to workspaces/packages/gitversion/src/commands/pack.ts index 15d148e..7362b22 100644 --- a/workspaces/packages/gitbump/src/commands/pack.ts +++ b/workspaces/packages/gitversion/src/commands/pack.ts @@ -12,9 +12,9 @@ import { formatFileSize, formatPackageName } from '../core/format-utils'; import { PackArtifact } from '../core/pack-artifact'; import { IWorkspace } from '../core/workspace-utils'; -import { GitBumpCommand } from './context'; +import { GitVersionCommand } from './context'; -export class PackCommand extends GitBumpCommand { +export class PackCommand extends GitVersionCommand { static paths = [ ['pack'], ]; @@ -81,7 +81,7 @@ export class PackCommand extends GitBumpCommand { await packManifest.persist(); if (!packManifest.validateGitStatusDuringPack()) { - logger.reportWarning(`Git status has changed during ${colorize.blue('gitversion pack')} you should make sure your build artifacts (including gitbump.out) are correctly ignored in .gitignore`, true); + logger.reportWarning(`Git status has changed during ${colorize.blue('gitversion pack')} you should make sure your build artifacts (including gitversion.out) are correctly ignored in .gitignore`, true); } logger.endSection(section); diff --git a/workspaces/packages/gitbump/src/commands/publish.ts b/workspaces/packages/gitversion/src/commands/publish.ts similarity index 98% rename from workspaces/packages/gitbump/src/commands/publish.ts rename to workspaces/packages/gitversion/src/commands/publish.ts index c6eafcc..e03e6e5 100644 --- a/workspaces/packages/gitbump/src/commands/publish.ts +++ b/workspaces/packages/gitversion/src/commands/publish.ts @@ -11,9 +11,9 @@ import { PackArtifact, PackedPackage } from '../core/pack-artifact'; import { IProject } from '../core/workspace-utils'; import { IPackManager } from '../plugins'; -import { GitBumpCommand } from './context'; +import { GitVersionCommand } from './context'; -export class PublishCommand extends GitBumpCommand { +export class PublishCommand extends GitVersionCommand { static paths = [ ['publish'], ]; diff --git a/workspaces/packages/gitbump/src/commands/reset.ts b/workspaces/packages/gitversion/src/commands/reset.ts similarity index 87% rename from workspaces/packages/gitbump/src/commands/reset.ts rename to workspaces/packages/gitversion/src/commands/reset.ts index 6f1c41e..8930974 100644 --- a/workspaces/packages/gitbump/src/commands/reset.ts +++ b/workspaces/packages/gitversion/src/commands/reset.ts @@ -2,9 +2,9 @@ import { Application } from '../core/application'; import { DEFAULT_PACKAGE_VERSION } from '../core/constants'; import { updateWorkspaceVersion } from '../core/workspace-utils'; -import { GitBumpCommand } from './context'; +import { GitVersionCommand } from './context'; -export class ResetCommand extends GitBumpCommand { +export class ResetCommand extends GitVersionCommand { static paths = [ ['reset'], ]; diff --git a/workspaces/packages/gitbump/src/commands/restore.ts b/workspaces/packages/gitversion/src/commands/restore.ts similarity index 95% rename from workspaces/packages/gitbump/src/commands/restore.ts rename to workspaces/packages/gitversion/src/commands/restore.ts index cac55d4..ab1da05 100644 --- a/workspaces/packages/gitbump/src/commands/restore.ts +++ b/workspaces/packages/gitversion/src/commands/restore.ts @@ -6,9 +6,9 @@ import { Git } from '../core/git'; import { determineCurrentVersion } from '../core/version-utils'; import { IWorkspace, updateWorkspaceVersion } from '../core/workspace-utils'; -import { GitBumpCommand } from './context'; +import { GitVersionCommand } from './context'; -export class RestoreCommand extends GitBumpCommand { +export class RestoreCommand extends GitVersionCommand { static paths = [ ['restore'], ]; diff --git a/workspaces/packages/gitbump/src/core/application._test_.ts b/workspaces/packages/gitversion/src/core/application._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/application._test_.ts rename to workspaces/packages/gitversion/src/core/application._test_.ts diff --git a/workspaces/packages/gitbump/src/core/application.ts b/workspaces/packages/gitversion/src/core/application.ts similarity index 99% rename from workspaces/packages/gitbump/src/core/application.ts rename to workspaces/packages/gitversion/src/core/application.ts index 86c4673..0865818 100644 --- a/workspaces/packages/gitbump/src/core/application.ts +++ b/workspaces/packages/gitversion/src/core/application.ts @@ -91,7 +91,7 @@ export class Application { const logger = new LogReporter(); const version = JSON.parse(await readFile(resolve(__dirname, '../../package.json'), 'utf-8')).version; - logger.reportHeader(`Gitbump ${version}`); + logger.reportHeader(`Gitversion ${version}`); const cwd = await Git.root(); diff --git a/workspaces/packages/gitbump/src/core/bump-manifest.ts b/workspaces/packages/gitversion/src/core/bump-manifest.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/bump-manifest.ts rename to workspaces/packages/gitversion/src/core/bump-manifest.ts diff --git a/workspaces/packages/gitbump/src/core/bump-utils._test_.ts b/workspaces/packages/gitversion/src/core/bump-utils._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/bump-utils._test_.ts rename to workspaces/packages/gitversion/src/core/bump-utils._test_.ts diff --git a/workspaces/packages/gitbump/src/core/bump-utils.ts b/workspaces/packages/gitversion/src/core/bump-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/bump-utils.ts rename to workspaces/packages/gitversion/src/core/bump-utils.ts diff --git a/workspaces/packages/gitbump/src/core/changelog._test_.ts b/workspaces/packages/gitversion/src/core/changelog._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/changelog._test_.ts rename to workspaces/packages/gitversion/src/core/changelog._test_.ts diff --git a/workspaces/packages/gitbump/src/core/changelog.ts b/workspaces/packages/gitversion/src/core/changelog.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/changelog.ts rename to workspaces/packages/gitversion/src/core/changelog.ts diff --git a/workspaces/packages/gitbump/src/core/configuration.ts b/workspaces/packages/gitversion/src/core/configuration.ts similarity index 92% rename from workspaces/packages/gitbump/src/core/configuration.ts rename to workspaces/packages/gitversion/src/core/configuration.ts index 48e4fb5..66430a3 100644 --- a/workspaces/packages/gitbump/src/core/configuration.ts +++ b/workspaces/packages/gitversion/src/core/configuration.ts @@ -67,7 +67,7 @@ export class Configuration implements IConfiguration, IUpdateableConfiguration { options: RequiredConfigurationOption; get stagingFolder() { - return join(this.cwd, 'gitbump.out'); + return join(this.cwd, 'gitversion.out'); } get packFolder() { @@ -87,12 +87,12 @@ export class Configuration implements IConfiguration, IUpdateableConfiguration { } static async loadCustomConfig(cwd: string, logger: LogReporter) { - if (existsSync(join(cwd, '.gitbump.cjs'))) { - const config = require(join(cwd, '.gitbump.cjs')); + if (existsSync(join(cwd, '.gitversion.cjs'))) { + const config = require(join(cwd, '.gitversion.cjs')); if (isBaseConfigurationOptions(config)) { return config; } else { - logger.reportError(`Invalid configuration found in ${colorize.magentaBright(join(cwd, './.gitbump.cjs'))}`, true); + logger.reportError(`Invalid configuration found in ${colorize.magentaBright(join(cwd, './.gitversion.cjs'))}`, true); return null; } } diff --git a/workspaces/packages/gitbump/src/core/constants.ts b/workspaces/packages/gitversion/src/core/constants.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/constants.ts rename to workspaces/packages/gitversion/src/core/constants.ts diff --git a/workspaces/packages/gitbump/src/core/conventional-commmit-utils._test_.ts b/workspaces/packages/gitversion/src/core/conventional-commmit-utils._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/conventional-commmit-utils._test_.ts rename to workspaces/packages/gitversion/src/core/conventional-commmit-utils._test_.ts diff --git a/workspaces/packages/gitbump/src/core/conventional-commmit-utils.ts b/workspaces/packages/gitversion/src/core/conventional-commmit-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/conventional-commmit-utils.ts rename to workspaces/packages/gitversion/src/core/conventional-commmit-utils.ts diff --git a/workspaces/packages/gitbump/src/core/error-utils.ts b/workspaces/packages/gitversion/src/core/error-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/error-utils.ts rename to workspaces/packages/gitversion/src/core/error-utils.ts diff --git a/workspaces/packages/gitbump/src/core/executor.ts b/workspaces/packages/gitversion/src/core/executor.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/executor.ts rename to workspaces/packages/gitversion/src/core/executor.ts diff --git a/workspaces/packages/gitbump/src/core/format-utils.ts b/workspaces/packages/gitversion/src/core/format-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/format-utils.ts rename to workspaces/packages/gitversion/src/core/format-utils.ts diff --git a/workspaces/packages/gitbump/src/core/git.ts b/workspaces/packages/gitversion/src/core/git.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/git.ts rename to workspaces/packages/gitversion/src/core/git.ts diff --git a/workspaces/packages/gitbump/src/core/log-reporter-platform.ts b/workspaces/packages/gitversion/src/core/log-reporter-platform.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/log-reporter-platform.ts rename to workspaces/packages/gitversion/src/core/log-reporter-platform.ts diff --git a/workspaces/packages/gitbump/src/core/log-reporter.ts b/workspaces/packages/gitversion/src/core/log-reporter.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/log-reporter.ts rename to workspaces/packages/gitversion/src/core/log-reporter.ts diff --git a/workspaces/packages/gitbump/src/core/markdown.ts b/workspaces/packages/gitversion/src/core/markdown.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/markdown.ts rename to workspaces/packages/gitversion/src/core/markdown.ts diff --git a/workspaces/packages/gitbump/src/core/pack-artifact.ts b/workspaces/packages/gitversion/src/core/pack-artifact.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/pack-artifact.ts rename to workspaces/packages/gitversion/src/core/pack-artifact.ts diff --git a/workspaces/packages/gitbump/src/core/plugin-manager.ts b/workspaces/packages/gitversion/src/core/plugin-manager.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/plugin-manager.ts rename to workspaces/packages/gitversion/src/core/plugin-manager.ts diff --git a/workspaces/packages/gitbump/src/core/type-utils.ts b/workspaces/packages/gitversion/src/core/type-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/type-utils.ts rename to workspaces/packages/gitversion/src/core/type-utils.ts diff --git a/workspaces/packages/gitbump/src/core/version-utils._test_.ts b/workspaces/packages/gitversion/src/core/version-utils._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/version-utils._test_.ts rename to workspaces/packages/gitversion/src/core/version-utils._test_.ts diff --git a/workspaces/packages/gitbump/src/core/version-utils.ts b/workspaces/packages/gitversion/src/core/version-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/version-utils.ts rename to workspaces/packages/gitversion/src/core/version-utils.ts diff --git a/workspaces/packages/gitbump/src/core/workspace-utils.ts b/workspaces/packages/gitversion/src/core/workspace-utils.ts similarity index 100% rename from workspaces/packages/gitbump/src/core/workspace-utils.ts rename to workspaces/packages/gitversion/src/core/workspace-utils.ts diff --git a/workspaces/packages/gitbump/src/index.ts b/workspaces/packages/gitversion/src/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/index.ts rename to workspaces/packages/gitversion/src/index.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/azure-devops._test_.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/azure-devops._test_.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/git/azure-devops._test_.ts rename to workspaces/packages/gitversion/src/plugins/embedded/git/azure-devops._test_.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/azure-devops.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/azure-devops.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/git/azure-devops.ts rename to workspaces/packages/gitversion/src/plugins/embedded/git/azure-devops.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/default.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/default.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/git/default.ts rename to workspaces/packages/gitversion/src/plugins/embedded/git/default.ts diff --git a/workspaces/packages/gitversion/src/plugins/embedded/git/github._test_.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/github._test_.ts new file mode 100644 index 0000000..9fe9aaf --- /dev/null +++ b/workspaces/packages/gitversion/src/plugins/embedded/git/github._test_.ts @@ -0,0 +1,15 @@ +import { GithubPlugin } from './github'; + +describe('Github platform', () => { + test('Url parsing', () => { + expect(GithubPlugin.parseUrl('https://github.com/jwpkg/gitversion.git')).toStrictEqual({ + projectName: 'jwpkg', + repoName: 'gitversion', + }); + + expect(GithubPlugin.parseUrl('git@github.com:jwpkg/gitversion.git')).toStrictEqual({ + projectName: 'jwpkg', + repoName: 'gitversion', + }); + }); +}); diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/github.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/github.ts similarity index 95% rename from workspaces/packages/gitbump/src/plugins/embedded/git/github.ts rename to workspaces/packages/gitversion/src/plugins/embedded/git/github.ts index c7d2693..31cc8bd 100644 --- a/workspaces/packages/gitbump/src/plugins/embedded/git/github.ts +++ b/workspaces/packages/gitversion/src/plugins/embedded/git/github.ts @@ -12,7 +12,7 @@ export class GithubPlugin implements IPlugin { constructor(private git: Git, private projectName: string, private repoName: string) { } /** - * Git url has the format: https://github.com/jwpkg/gitbump.git or git@github.com:cp-utils/gitversion.git + * Git url has the format: https://github.com/jwpkg/gitversion.git or git@github.com:cp-utils/gitversion.git */ static parseUrl(url: string) { const result = /^(https:\/\/|git@)github.com(\/|:)(.+)\/(.+?)(\.git)?$/.exec(url); diff --git a/workspaces/packages/gitbump/src/plugins/embedded/git/index.ts b/workspaces/packages/gitversion/src/plugins/embedded/git/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/git/index.ts rename to workspaces/packages/gitversion/src/plugins/embedded/git/index.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/index.ts b/workspaces/packages/gitversion/src/plugins/embedded/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/index.ts rename to workspaces/packages/gitversion/src/plugins/embedded/index.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/node/index.ts b/workspaces/packages/gitversion/src/plugins/embedded/node/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/node/index.ts rename to workspaces/packages/gitversion/src/plugins/embedded/node/index.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/node/node-project.ts b/workspaces/packages/gitversion/src/plugins/embedded/node/node-project.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/node/node-project.ts rename to workspaces/packages/gitversion/src/plugins/embedded/node/node-project.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/node/npm.ts b/workspaces/packages/gitversion/src/plugins/embedded/node/npm.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/node/npm.ts rename to workspaces/packages/gitversion/src/plugins/embedded/node/npm.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/node/pnpm.ts b/workspaces/packages/gitversion/src/plugins/embedded/node/pnpm.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/embedded/node/pnpm.ts rename to workspaces/packages/gitversion/src/plugins/embedded/node/pnpm.ts diff --git a/workspaces/packages/gitbump/src/plugins/embedded/node/yarn.ts b/workspaces/packages/gitversion/src/plugins/embedded/node/yarn.ts similarity index 94% rename from workspaces/packages/gitbump/src/plugins/embedded/node/yarn.ts rename to workspaces/packages/gitversion/src/plugins/embedded/node/yarn.ts index f3be646..3c2da26 100644 --- a/workspaces/packages/gitbump/src/plugins/embedded/node/yarn.ts +++ b/workspaces/packages/gitversion/src/plugins/embedded/node/yarn.ts @@ -47,7 +47,7 @@ export class YarnBerryPlugin implements IPlugin, IPackManager { async publish(packedPackage: PackedPackage, fileName: string, releaseTag: string, dryRun: boolean): Promise { const yarnWorkspace = this.yarnProject.workspaces.find(w => w.relativeCwd === packedPackage.packageRelativeCwd); if (!yarnWorkspace) { - throw new Error('Mismatch between yarn workspace and gitbump workspace. Please file a bug with your package folder details at https://github.com/jwpkg/gitbump/issues'); + throw new Error('Mismatch between yarn workspace and gitversion workspace. Please file a bug with your package folder details at https://github.com/jwpkg/gitversion/issues'); } else { yarnWorkspace.manifest.version = packedPackage.version; if (dryRun) { diff --git a/workspaces/packages/gitbump/src/plugins/external/index.ts b/workspaces/packages/gitversion/src/plugins/external/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/external/index.ts rename to workspaces/packages/gitversion/src/plugins/external/index.ts diff --git a/workspaces/packages/gitbump/src/plugins/external/ms-teams-payload.ts b/workspaces/packages/gitversion/src/plugins/external/ms-teams-payload.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/external/ms-teams-payload.ts rename to workspaces/packages/gitversion/src/plugins/external/ms-teams-payload.ts diff --git a/workspaces/packages/gitbump/src/plugins/external/ms-teams.ts b/workspaces/packages/gitversion/src/plugins/external/ms-teams.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/external/ms-teams.ts rename to workspaces/packages/gitversion/src/plugins/external/ms-teams.ts diff --git a/workspaces/packages/gitbump/src/plugins/index.ts b/workspaces/packages/gitversion/src/plugins/index.ts similarity index 100% rename from workspaces/packages/gitbump/src/plugins/index.ts rename to workspaces/packages/gitversion/src/plugins/index.ts diff --git a/workspaces/packages/gitbump/src/test/version-branch.ts b/workspaces/packages/gitversion/src/test/version-branch.ts similarity index 100% rename from workspaces/packages/gitbump/src/test/version-branch.ts rename to workspaces/packages/gitversion/src/test/version-branch.ts diff --git a/workspaces/packages/gitbump/tsconfig.json b/workspaces/packages/gitversion/tsconfig.json similarity index 100% rename from workspaces/packages/gitbump/tsconfig.json rename to workspaces/packages/gitversion/tsconfig.json diff --git a/workspaces/packages/test-package-a-private/package.json b/workspaces/packages/test-package-a-private/package.json index ee52acb..6894faf 100644 --- a/workspaces/packages/test-package-a-private/package.json +++ b/workspaces/packages/test-package-a-private/package.json @@ -5,7 +5,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", + "url": "https://github.com/jwpkg/gitversion", "directory": "workspaces/packages/test-package-a-private" }, "engines": { diff --git a/workspaces/packages/test-package-a/CHANGELOG.md b/workspaces/packages/test-package-a/CHANGELOG.md index c7baf21..66c227e 100644 --- a/workspaces/packages/test-package-a/CHANGELOG.md +++ b/workspaces/packages/test-package-a/CHANGELOG.md @@ -4,189 +4,189 @@ All notable changes to this project will be documented in this file -## [0.0.50](https://github.com/jwpkg/gitbump/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) +## [0.0.50](https://github.com/jwpkg/gitversion/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) -## [0.0.49](https://github.com/jwpkg/gitbump/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) +## [0.0.49](https://github.com/jwpkg/gitversion/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) -## [0.0.48](https://github.com/jwpkg/gitbump/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) +## [0.0.48](https://github.com/jwpkg/gitversion/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) -## [0.0.47](https://github.com/jwpkg/gitbump/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) +## [0.0.47](https://github.com/jwpkg/gitversion/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) -## [0.0.46](https://github.com/jwpkg/gitbump/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) +## [0.0.46](https://github.com/jwpkg/gitversion/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) -## [0.0.45](https://github.com/jwpkg/gitbump/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) +## [0.0.45](https://github.com/jwpkg/gitversion/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) -## [0.0.44](https://github.com/jwpkg/gitbump/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) +## [0.0.44](https://github.com/jwpkg/gitversion/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) -## [0.0.43](https://github.com/jwpkg/gitbump/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) +## [0.0.43](https://github.com/jwpkg/gitversion/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) -## [0.0.42](https://github.com/jwpkg/gitbump/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) +## [0.0.42](https://github.com/jwpkg/gitversion/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) -## [0.0.41](https://github.com/jwpkg/gitbump/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) +## [0.0.41](https://github.com/jwpkg/gitversion/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) -## [0.0.40](https://github.com/jwpkg/gitbump/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) +## [0.0.40](https://github.com/jwpkg/gitversion/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) -## [0.0.39](https://github.com/jwpkg/gitbump/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) +## [0.0.39](https://github.com/jwpkg/gitversion/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) -## [0.0.38](https://github.com/jwpkg/gitbump/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) +## [0.0.38](https://github.com/jwpkg/gitversion/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) -## [0.0.37](https://github.com/jwpkg/gitbump/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) +## [0.0.37](https://github.com/jwpkg/gitversion/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) -## [0.0.36](https://github.com/jwpkg/gitbump/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) +## [0.0.36](https://github.com/jwpkg/gitversion/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) -## [0.0.35](https://github.com/jwpkg/gitbump/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) +## [0.0.35](https://github.com/jwpkg/gitversion/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) -## [0.0.34](https://github.com/jwpkg/gitbump/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) +## [0.0.34](https://github.com/jwpkg/gitversion/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) -## [0.0.33](https://github.com/jwpkg/gitbump/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) +## [0.0.33](https://github.com/jwpkg/gitversion/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) -## [0.0.32](https://github.com/jwpkg/gitbump/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) +## [0.0.32](https://github.com/jwpkg/gitversion/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) -## [0.0.31](https://github.com/jwpkg/gitbump/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) +## [0.0.31](https://github.com/jwpkg/gitversion/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) -## [0.0.30](https://github.com/jwpkg/gitbump/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) +## [0.0.30](https://github.com/jwpkg/gitversion/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) -## [0.0.29](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) +## [0.0.29](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) ### feat -* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitbump/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) +* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitversion/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) -## [0.0.29-gh-35.0](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) +## [0.0.29-gh-35.0](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) -## [0.0.28](https://github.com/jwpkg/gitbump/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) +## [0.0.28](https://github.com/jwpkg/gitversion/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) -## [0.0.27](https://github.com/jwpkg/gitbump/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) +## [0.0.27](https://github.com/jwpkg/gitversion/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) -## [0.0.26](https://github.com/jwpkg/gitbump/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) +## [0.0.26](https://github.com/jwpkg/gitversion/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) -## [0.0.25](https://github.com/jwpkg/gitbump/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) +## [0.0.25](https://github.com/jwpkg/gitversion/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) -## [0.0.24](https://github.com/jwpkg/gitbump/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) +## [0.0.24](https://github.com/jwpkg/gitversion/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) ### fix -* Restucture logging ([c29983a](https://github.com/jwpkg/gitbump/commit/c29983ab3779b001f98326193d614b14d02b7c43)) +* Restucture logging ([c29983a](https://github.com/jwpkg/gitversion/commit/c29983ab3779b001f98326193d614b14d02b7c43)) -## [0.0.22](https://github.com/jwpkg/gitbump/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) +## [0.0.22](https://github.com/jwpkg/gitversion/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) -## [0.0.21](https://github.com/jwpkg/gitbump/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) +## [0.0.21](https://github.com/jwpkg/gitversion/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) ### fix -* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitbump/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) +* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitversion/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) -## [0.0.20](https://github.com/jwpkg/gitbump/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) +## [0.0.20](https://github.com/jwpkg/gitversion/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) -## [0.0.19](https://github.com/jwpkg/gitbump/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) +## [0.0.19](https://github.com/jwpkg/gitversion/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) ### feat -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) -## [0.0.18](https://github.com/jwpkg/gitbump/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) +## [0.0.18](https://github.com/jwpkg/gitversion/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) ### fix -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) -## [0.0.17](https://github.com/jwpkg/gitbump/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) +## [0.0.17](https://github.com/jwpkg/gitversion/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) -## [0.0.15](https://github.com/jwpkg/gitbump/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) +## [0.0.15](https://github.com/jwpkg/gitversion/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) -## [0.0.14](https://github.com/jwpkg/gitbump/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) +## [0.0.14](https://github.com/jwpkg/gitversion/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) -## [0.0.13](https://github.com/jwpkg/gitbump/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) +## [0.0.13](https://github.com/jwpkg/gitversion/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) ### feat -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) -## [0.0.12](https://github.com/jwpkg/gitbump/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) +## [0.0.12](https://github.com/jwpkg/gitversion/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) ### fix -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) -## [0.0.11](https://github.com/jwpkg/gitbump/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) +## [0.0.11](https://github.com/jwpkg/gitversion/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) -## [0.0.10](https://github.com/jwpkg/gitbump/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) +## [0.0.10](https://github.com/jwpkg/gitversion/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) -## [0.0.9](https://github.com/jwpkg/gitbump/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) +## [0.0.9](https://github.com/jwpkg/gitversion/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) -## [0.0.8](https://github.com/jwpkg/gitbump/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) +## [0.0.8](https://github.com/jwpkg/gitversion/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) -## [0.0.7](https://github.com/jwpkg/gitbump/compare/0.0.6...0.0.7) (Fri Jan 26 2024) +## [0.0.7](https://github.com/jwpkg/gitversion/compare/0.0.6...0.0.7) (Fri Jan 26 2024) @@ -200,11 +200,11 @@ All notable changes to this project will be documented in this file * platform plugins (#27) ([3f15c0d](https://github.com///commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) # Changelog diff --git a/workspaces/packages/test-package-a/package.json b/workspaces/packages/test-package-a/package.json index 454c8e4..36735b4 100644 --- a/workspaces/packages/test-package-a/package.json +++ b/workspaces/packages/test-package-a/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", + "url": "https://github.com/jwpkg/gitversion", "directory": "workspaces/packages/test-package-a" }, "files": [ diff --git a/workspaces/packages/test-package-b/CHANGELOG.md b/workspaces/packages/test-package-b/CHANGELOG.md index c7baf21..66c227e 100644 --- a/workspaces/packages/test-package-b/CHANGELOG.md +++ b/workspaces/packages/test-package-b/CHANGELOG.md @@ -4,189 +4,189 @@ All notable changes to this project will be documented in this file -## [0.0.50](https://github.com/jwpkg/gitbump/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) +## [0.0.50](https://github.com/jwpkg/gitversion/compare/v0.0.49...v0.0.50) (Thu Jun 27 2024) -## [0.0.49](https://github.com/jwpkg/gitbump/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) +## [0.0.49](https://github.com/jwpkg/gitversion/compare/v0.0.48...v0.0.49) (Mon Apr 29 2024) -## [0.0.48](https://github.com/jwpkg/gitbump/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) +## [0.0.48](https://github.com/jwpkg/gitversion/compare/v0.0.47...v0.0.48) (Thu Apr 25 2024) -## [0.0.47](https://github.com/jwpkg/gitbump/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) +## [0.0.47](https://github.com/jwpkg/gitversion/compare/v0.0.46...v0.0.47) (Thu Apr 18 2024) -## [0.0.46](https://github.com/jwpkg/gitbump/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) +## [0.0.46](https://github.com/jwpkg/gitversion/compare/v0.0.45...v0.0.46) (Wed Apr 17 2024) -## [0.0.45](https://github.com/jwpkg/gitbump/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) +## [0.0.45](https://github.com/jwpkg/gitversion/compare/v0.0.44...v0.0.45) (Wed Apr 17 2024) -## [0.0.44](https://github.com/jwpkg/gitbump/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) +## [0.0.44](https://github.com/jwpkg/gitversion/compare/v0.0.43...v0.0.44) (Wed Apr 17 2024) -## [0.0.43](https://github.com/jwpkg/gitbump/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) +## [0.0.43](https://github.com/jwpkg/gitversion/compare/v0.0.42...v0.0.43) (Wed Mar 27 2024) -## [0.0.42](https://github.com/jwpkg/gitbump/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) +## [0.0.42](https://github.com/jwpkg/gitversion/compare/v0.0.41...v0.0.42) (Wed Mar 27 2024) -## [0.0.41](https://github.com/jwpkg/gitbump/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) +## [0.0.41](https://github.com/jwpkg/gitversion/compare/v0.0.40...v0.0.41) (Wed Mar 27 2024) -## [0.0.40](https://github.com/jwpkg/gitbump/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) +## [0.0.40](https://github.com/jwpkg/gitversion/compare/v0.0.39...v0.0.40) (Tue Feb 20 2024) -## [0.0.39](https://github.com/jwpkg/gitbump/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) +## [0.0.39](https://github.com/jwpkg/gitversion/compare/v0.0.38...v0.0.39) (Tue Feb 20 2024) -## [0.0.38](https://github.com/jwpkg/gitbump/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) +## [0.0.38](https://github.com/jwpkg/gitversion/compare/v0.0.37...v0.0.38) (Fri Feb 16 2024) -## [0.0.37](https://github.com/jwpkg/gitbump/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) +## [0.0.37](https://github.com/jwpkg/gitversion/compare/v0.0.36...v0.0.37) (Fri Feb 16 2024) -## [0.0.36](https://github.com/jwpkg/gitbump/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) +## [0.0.36](https://github.com/jwpkg/gitversion/compare/v0.0.35...v0.0.36) (Thu Feb 15 2024) -## [0.0.35](https://github.com/jwpkg/gitbump/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) +## [0.0.35](https://github.com/jwpkg/gitversion/compare/v0.0.34...v0.0.35) (Tue Feb 13 2024) -## [0.0.34](https://github.com/jwpkg/gitbump/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) +## [0.0.34](https://github.com/jwpkg/gitversion/compare/v0.0.33...v0.0.34) (Mon Feb 12 2024) -## [0.0.33](https://github.com/jwpkg/gitbump/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) +## [0.0.33](https://github.com/jwpkg/gitversion/compare/v0.0.32...v0.0.33) (Sat Feb 10 2024) -## [0.0.32](https://github.com/jwpkg/gitbump/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) +## [0.0.32](https://github.com/jwpkg/gitversion/compare/v0.0.31...v0.0.32) (Fri Feb 09 2024) -## [0.0.31](https://github.com/jwpkg/gitbump/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) +## [0.0.31](https://github.com/jwpkg/gitversion/compare/v0.0.30...v0.0.31) (Fri Feb 09 2024) -## [0.0.30](https://github.com/jwpkg/gitbump/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) +## [0.0.30](https://github.com/jwpkg/gitversion/compare/v0.0.29...v0.0.30) (Thu Feb 08 2024) -## [0.0.29](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) +## [0.0.29](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29) (Thu Feb 08 2024) ### feat -* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitbump/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) +* Yarn berry native publish through package import (#36) ([96233f0](https://github.com/jwpkg/gitversion/commit/96233f0165ea8106a0024b5ab11ebd7136b203f3)) -## [0.0.29-gh-35.0](https://github.com/jwpkg/gitbump/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) +## [0.0.29-gh-35.0](https://github.com/jwpkg/gitversion/compare/v0.0.28...v0.0.29-gh-35.0) (Thu Feb 08 2024) -## [0.0.28](https://github.com/jwpkg/gitbump/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) +## [0.0.28](https://github.com/jwpkg/gitversion/compare/v0.0.27...v0.0.28) (Wed Feb 07 2024) -## [0.0.27](https://github.com/jwpkg/gitbump/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) +## [0.0.27](https://github.com/jwpkg/gitversion/compare/v0.0.26...v0.0.27) (Tue Feb 06 2024) -## [0.0.26](https://github.com/jwpkg/gitbump/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) +## [0.0.26](https://github.com/jwpkg/gitversion/compare/v0.0.25...v0.0.26) (Tue Feb 06 2024) -## [0.0.25](https://github.com/jwpkg/gitbump/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) +## [0.0.25](https://github.com/jwpkg/gitversion/compare/v0.0.24...v0.0.25) (Tue Feb 06 2024) -## [0.0.24](https://github.com/jwpkg/gitbump/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) +## [0.0.24](https://github.com/jwpkg/gitversion/compare/v0.0.23...v0.0.24) (Mon Feb 05 2024) ### fix -* Restucture logging ([c29983a](https://github.com/jwpkg/gitbump/commit/c29983ab3779b001f98326193d614b14d02b7c43)) +* Restucture logging ([c29983a](https://github.com/jwpkg/gitversion/commit/c29983ab3779b001f98326193d614b14d02b7c43)) -## [0.0.22](https://github.com/jwpkg/gitbump/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) +## [0.0.22](https://github.com/jwpkg/gitversion/compare/v0.0.21...v0.0.22) (Mon Feb 05 2024) -## [0.0.21](https://github.com/jwpkg/gitbump/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) +## [0.0.21](https://github.com/jwpkg/gitversion/compare/v0.0.20...v0.0.21) (Mon Feb 05 2024) ### fix -* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitbump/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) +* Follow existing eol at end of file ([d6333fa](https://github.com/jwpkg/gitversion/commit/d6333fa3630405d9b1ccbf1c470a75ed2c3db645)) -## [0.0.20](https://github.com/jwpkg/gitbump/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) +## [0.0.20](https://github.com/jwpkg/gitversion/compare/v0.0.19...v0.0.20) (Sun Feb 04 2024) -## [0.0.19](https://github.com/jwpkg/gitbump/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) +## [0.0.19](https://github.com/jwpkg/gitversion/compare/v0.0.18...v0.0.19) (Sat Feb 03 2024) ### feat -* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitbump/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) +* Extracted yarn in the yarn package manager plugin ([35c3362](https://github.com/jwpkg/gitversion/commit/35c3362e198cd8d9f82b35b97e465a76e5edeeaa)) -## [0.0.18](https://github.com/jwpkg/gitbump/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) +## [0.0.18](https://github.com/jwpkg/gitversion/compare/v0.0.17...v0.0.18) (Fri Feb 02 2024) ### fix -* Jest ([bdb5115](https://github.com/jwpkg/gitbump/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) +* Jest ([bdb5115](https://github.com/jwpkg/gitversion/commit/bdb5115c4dc6daabc5a0b9d6d275d1b09c843040)) -## [0.0.17](https://github.com/jwpkg/gitbump/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) +## [0.0.17](https://github.com/jwpkg/gitversion/compare/v0.0.16...v0.0.17) (Fri Feb 02 2024) -## [0.0.15](https://github.com/jwpkg/gitbump/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) +## [0.0.15](https://github.com/jwpkg/gitversion/compare/v0.0.14...v0.0.15) (Wed Jan 31 2024) -## [0.0.14](https://github.com/jwpkg/gitbump/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) +## [0.0.14](https://github.com/jwpkg/gitversion/compare/v0.0.13...v0.0.14) (Wed Jan 31 2024) -## [0.0.13](https://github.com/jwpkg/gitbump/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) +## [0.0.13](https://github.com/jwpkg/gitversion/compare/v0.0.12...v0.0.13) (Wed Jan 31 2024) ### feat -* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitbump/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) +* Teams plugin detects independent versioning now ([32a2daa](https://github.com/jwpkg/gitversion/commit/32a2daa7bdc229e3a99a1fc6f3b5e7f7a4a6603a)) -## [0.0.12](https://github.com/jwpkg/gitbump/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) +## [0.0.12](https://github.com/jwpkg/gitversion/compare/v0.0.11...v0.0.12) (Tue Jan 30 2024) ### fix -* readme assets ([a4ff2ad](https://github.com/jwpkg/gitbump/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) +* readme assets ([a4ff2ad](https://github.com/jwpkg/gitversion/commit/a4ff2ad3725f5012c16b07f5f9fc4346fcafffb8)) -## [0.0.11](https://github.com/jwpkg/gitbump/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) +## [0.0.11](https://github.com/jwpkg/gitversion/compare/v0.0.10...v0.0.11) (Tue Jan 30 2024) -## [0.0.10](https://github.com/jwpkg/gitbump/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) +## [0.0.10](https://github.com/jwpkg/gitversion/compare/v0.0.9...v0.0.10) (Tue Jan 30 2024) -## [0.0.9](https://github.com/jwpkg/gitbump/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) +## [0.0.9](https://github.com/jwpkg/gitversion/compare/v0.0.8...v0.0.9) (Tue Jan 30 2024) -## [0.0.8](https://github.com/jwpkg/gitbump/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) +## [0.0.8](https://github.com/jwpkg/gitversion/compare/v0.0.7...v0.0.8) (Fri Jan 26 2024) -## [0.0.7](https://github.com/jwpkg/gitbump/compare/0.0.6...0.0.7) (Fri Jan 26 2024) +## [0.0.7](https://github.com/jwpkg/gitversion/compare/0.0.6...0.0.7) (Fri Jan 26 2024) @@ -200,11 +200,11 @@ All notable changes to this project will be documented in this file * platform plugins (#27) ([3f15c0d](https://github.com///commit/3f15c0d0555dcb985d7e36dc91f5d7f753e45f13)) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) -## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitbump/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) +## [0.0.4-platform-plugins.0](https://github.com/jwpkg/gitversion/compare/0.0.3...0.0.4-platform-plugins.0) (Fri Jan 26 2024) # Changelog diff --git a/workspaces/packages/test-package-b/package.json b/workspaces/packages/test-package-b/package.json index 549ea09..1c888ab 100644 --- a/workspaces/packages/test-package-b/package.json +++ b/workspaces/packages/test-package-b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "repository": { "type": "git", - "url": "https://github.com/jwpkg/gitbump", + "url": "https://github.com/jwpkg/gitversion", "directory": "workspaces/packages/test-package-b" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 6b28c09..6af1247 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1950,17 +1950,17 @@ __metadata: languageName: node linkType: hard -"@jwpkg/gitbump-s3publish@workspace:^, @jwpkg/gitbump-s3publish@workspace:workspaces/packages/gitbump-plugin-s3publish": +"@jwpkg/gitversion-s3publish@workspace:^, @jwpkg/gitversion-s3publish@workspace:workspaces/packages/gitversion-plugin-s3publish": version: 0.0.0-use.local - resolution: "@jwpkg/gitbump-s3publish@workspace:workspaces/packages/gitbump-plugin-s3publish" + resolution: "@jwpkg/gitversion-s3publish@workspace:workspaces/packages/gitversion-plugin-s3publish" dependencies: "@aws-sdk/client-s3": "npm:^3.515.0" + "@jwpkg/gitversion": "workspace:^" "@types/archiver": "npm:^6" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^20.11.19" "@types/semver": "npm:^7.5.7" archiver: "npm:^6.0.1" - gitbump: "workspace:^" glob: "npm:^10.3.10" semver: "npm:^7.6.0" ts-node: "npm:^10.9.2" @@ -1968,6 +1968,35 @@ __metadata: languageName: unknown linkType: soft +"@jwpkg/gitversion@workspace:^, @jwpkg/gitversion@workspace:workspaces/packages/gitversion": + version: 0.0.0-use.local + resolution: "@jwpkg/gitversion@workspace:workspaces/packages/gitversion" + dependencies: + "@types/jest": "npm:^29.5.12" + "@types/node": "npm:^20.11.19" + "@types/semver": "npm:^7.5.7" + "@yarnpkg/cli": "npm:^4.1.0" + "@yarnpkg/core": "npm:^4.0.3" + "@yarnpkg/fslib": "npm:^3.0.2" + "@yarnpkg/plugin-npm": "npm:^3.0.1" + "@yarnpkg/plugin-pack": "npm:^4.0.0" + axios: "npm:^1.6.5" + ci-info: "npm:^4.0.0" + clipanion: "npm:^4.0.0-rc.2" + colorize-node: "npm:^0.5.0" + cross-spawn: "npm:^7.0.3" + cross-spawn-extra: "npm:^2.1.0" + glob: "npm:^10.3.10" + queue-promise: "npm:^2.2.1" + semver: "npm:^7.6.0" + ts-node: "npm:^10.9.2" + typanion: "npm:^3.14.0" + typescript: "npm:^5.3.3" + bin: + gitversion: bin/index-typescript.js + languageName: unknown + linkType: soft + "@jwpkg/test-package-a@workspace:workspaces/packages/test-package-a": version: 0.0.0-use.local resolution: "@jwpkg/test-package-a@workspace:workspaces/packages/test-package-a" @@ -6385,35 +6414,6 @@ __metadata: languageName: node linkType: hard -"gitbump@workspace:^, gitbump@workspace:workspaces/packages/gitbump": - version: 0.0.0-use.local - resolution: "gitbump@workspace:workspaces/packages/gitbump" - dependencies: - "@types/jest": "npm:^29.5.12" - "@types/node": "npm:^20.11.19" - "@types/semver": "npm:^7.5.7" - "@yarnpkg/cli": "npm:^4.1.0" - "@yarnpkg/core": "npm:^4.0.3" - "@yarnpkg/fslib": "npm:^3.0.2" - "@yarnpkg/plugin-npm": "npm:^3.0.1" - "@yarnpkg/plugin-pack": "npm:^4.0.0" - axios: "npm:^1.6.5" - ci-info: "npm:^4.0.0" - clipanion: "npm:^4.0.0-rc.2" - colorize-node: "npm:^0.5.0" - cross-spawn: "npm:^7.0.3" - cross-spawn-extra: "npm:^2.1.0" - glob: "npm:^10.3.10" - queue-promise: "npm:^2.2.1" - semver: "npm:^7.6.0" - ts-node: "npm:^10.9.2" - typanion: "npm:^3.14.0" - typescript: "npm:^5.3.3" - bin: - gitbump: bin/index-typescript.js - languageName: unknown - linkType: soft - "glob-parent@npm:^5.1.2": version: 5.1.2 resolution: "glob-parent@npm:5.1.2" @@ -9234,14 +9234,14 @@ __metadata: dependencies: "@jwpkg/constraints-config": "npm:^0.1.1" "@jwpkg/eslint-config": "npm:^0.1.1" - "@jwpkg/gitbump-s3publish": "workspace:^" + "@jwpkg/gitversion": "workspace:^" + "@jwpkg/gitversion-s3publish": "workspace:^" "@types/eslint": "npm:^8.44.9" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^20.11.19" "@yarnpkg/types": "npm:^4.0.0" asciinema-player: "npm:^3.6.4" eslint: "npm:^9.9.0" - gitbump: "workspace:^" husky: "npm:^8.0.3" jest: "npm:^29.7.0" ts-jest: "npm:^29.1.2"