ci: Setup a semi-automated release process (no-changelog) (#5504)

* ci: Setup a semi-automated release process (no-changelog)

* create tag/release before deleting the temporary branch
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-21 14:04:35 +01:00
committed by Jan Oberhauser
parent fcac1ddd9f
commit fe782c8f6a
15 changed files with 240 additions and 48 deletions

View File

@@ -34,10 +34,10 @@
"test:e2e:all": "cross-env E2E_TESTS=true start-server-and-test start http://localhost:5678/favicon.ico 'cypress run --headless'"
},
"dependencies": {
"n8n": "*"
"n8n": "workspace:*"
},
"devDependencies": {
"@n8n_io/eslint-config": "*",
"@n8n_io/eslint-config": "workspace:*",
"@ngneat/falso": "^6.1.0",
"@types/jest": "^29.2.2",
"@types/supertest": "^2.0.12",