UNPKG

runner-manager

Version:

A basic CLI to manage Github self-hosted runners on your machine

84 lines (41 loc) 4.14 kB
# Changelog ## [1.3.0](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.2.1...runner-manager-v1.3.0) (2025-03-21) ### Features * enhance GitHub Actions workflow for automated release and deployment to GitHub Pages ([b46d082](https://github.com/rvanbaalen/runner-manager/commit/b46d0823cd61f51633d5325facba784e02b7fbfb)) ## [1.2.1](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.2.0...runner-manager-v1.2.1) (2025-03-21) ### Bug Fixes * remove duplicate entries in package.json dependencies ([742dda0](https://github.com/rvanbaalen/runner-manager/commit/742dda0148af16a183656f2fa79c991222588c18)) ## [1.2.0](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.1.1...runner-manager-v1.2.0) (2025-03-21) ### Features * add development and build scripts with Vite, and update devDependencies ([276f313](https://github.com/rvanbaalen/runner-manager/commit/276f313c4c0afeb666c85a278d68d198881d38d1)) * add readme-to-html config file ([4094eb2](https://github.com/rvanbaalen/runner-manager/commit/4094eb2eab2b72c01e5d26ed15e3820d0b98f908)) * add Vite configuration for GitHub Pages deployment with Tailwind CSS ([37b94c8](https://github.com/rvanbaalen/runner-manager/commit/37b94c850d7af9b5ab95dfec3f0d47bdce3d9884)) ### Bug Fixes * update Vite dev and build scripts to use GitHub Pages configuration ([bffa418](https://github.com/rvanbaalen/runner-manager/commit/bffa41852edef8323ee080d6d023346c1a010658)) ## [1.1.1](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.1.0...runner-manager-v1.1.1) (2025-02-24) ### Bug Fixes * **Docs:** update documentation ([021f73c](https://github.com/rvanbaalen/runner-manager/commit/021f73cf23739b6ca8a27d6e1e104c53c8808738)) ## [1.1.0](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.0.3...runner-manager-v1.1.0) (2025-02-24) ### Features * add extensive documentation ([e264552](https://github.com/rvanbaalen/runner-manager/commit/e264552e12569ffff4feafaa57a3ab13e3dab98c)) ## [1.0.3](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.0.2...runner-manager-v1.0.3) (2025-02-24) ### Bug Fixes * force release ([4f4be04](https://github.com/rvanbaalen/runner-manager/commit/4f4be04be494da951c08d8c456c446472e4131f0)) ## [1.0.2](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.0.1...runner-manager-v1.0.2) (2025-02-24) ### Bug Fixes * **NPM:** add package lock file ([ab2b61b](https://github.com/rvanbaalen/runner-manager/commit/ab2b61b36daf866430e75168352485d13e51985c)) ## [1.0.1](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.0.0...runner-manager-v1.0.1) (2025-02-24) ### Bug Fixes * **CI:** keep permissions ([2caa25f](https://github.com/rvanbaalen/runner-manager/commit/2caa25f0cc77d3bb564ba4f9905559340471cf3e)) * **CI:** publish to npm ([ff67ef9](https://github.com/rvanbaalen/runner-manager/commit/ff67ef9d56a60b9ee9aee8e2525af94d2f1ad219)) * dont use deprecated action ([ab4b1d9](https://github.com/rvanbaalen/runner-manager/commit/ab4b1d9431724c4c9dbbdaf4d61bec488d6ead9c)) ## 1.0.0 (2025-02-24) ### Features * add release-please ([0fbcef6](https://github.com/rvanbaalen/runner-manager/commit/0fbcef6d4f370430233101f9d6822d8fbdb96154)) * add release-please workflow ([1b53e64](https://github.com/rvanbaalen/runner-manager/commit/1b53e64796873de69bc3b5c8a3c2a60aadbd6c6d)) * add required engine to package.json ([886a5d7](https://github.com/rvanbaalen/runner-manager/commit/886a5d76b7114489f17e810f9c7a75d81c84bb27)) * **CI:** add publish step to CI ([21caf63](https://github.com/rvanbaalen/runner-manager/commit/21caf63cd9967ce5fc82543cca80b38ae52cf07e)) * first edition of the CLI script ([12eaf13](https://github.com/rvanbaalen/runner-manager/commit/12eaf136629ff8b7c07b5d6856173f6793bbe8b7)) * **NPM:** add first config file ([7c28f06](https://github.com/rvanbaalen/runner-manager/commit/7c28f06e79f87badf34d91e99675d5214df5753a)) ### Bug Fixes * **CI:** use github token ([29615d0](https://github.com/rvanbaalen/runner-manager/commit/29615d04a717832d4f37c4b0b83a20f82dc1f346))