Select Git revision
gitlab-ci-python-gcp.yml
-
semantic-release-bot authored
# [7.10.0](https://gitlab.com/to-be-continuous/python/compare/7.9.2...7.10.0) (2025-04-16) ### Features * **Hatch:** add Hatch support as a new build system ([f684e634](https://gitlab.com/to-be-continuous/python/commit/f684e634496711d984843b25141f57df6e3826be))
semantic-release-bot authored# [7.10.0](https://gitlab.com/to-be-continuous/python/compare/7.9.2...7.10.0) (2025-04-16) ### Features * **Hatch:** add Hatch support as a new build system ([f684e634](https://gitlab.com/to-be-continuous/python/commit/f684e634496711d984843b25141f57df6e3826be))
clean-cache.js 126 B
const fs = require('fs-extra');
const os = require('os');
(async () => {
await fs.remove(os.tmpdir() + '/renovate');
})();