Skip to content

Commit 332ac4c

Browse files
alashchev17github-actions[bot]
authored andcommitted
ci: update version bump logic for alpha branch & npm publish in CI (#508)
* ci: update version bump logic for alpha branch & npm publish in CI * ci: allow publish runs for test branch * ci: debug info * ci: test alpha version publishment * ci: push to HEAD:<name-of-remote-branch> when pushing tags after publishment * ci: add check for existing versions on publish attempt * ci: jump over locked alpha.3 version since unpublishment takes up to 72 hours * ci: add notifications to slack * ci: adjust notification text of npm publishment * ci: jump over alpha.4 due to locks in 72 hours * ci: cut off slack announce & version skip of alpha.5 because of 72 hours lock when unpublishing * ci: version skip to alpha.6 & publishing alpha minor patch update if pushing to dev branch or if manually starting up in dev branch, otherwise regular patch version update * ci: working CI for publishment & version jump to alpha.7 * ci: separate build and publish workflows, committing updated package.json * ci: fix alpha version bump check * ci: pushing to branch based on ref_name instead of head_ref * ci: fix of publish with latest or alpha tags based on ref_name * Version bump 2.0.8-alpha.10 * ci: include release tag on npm in slack notification * ci: version bump GUI & fix of setup vars * Version bump 2.0.8-alpha.12 * ci: simplify checks in workflow * Version bump 2.0.8-alpha.13 * ci: removed test/workflow-alpha-version mentions * chore: restore original formatting of build ci workflow config file --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 61aa130 commit 332ac4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

refact-agent/gui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"coverage": "vitest run --coverage",
4040
"format:check": "prettier . --check",
4141
"format": "prettier . --write",
42-
"_prepare": "husky install",
4342
"storybook": "storybook dev -p 6006",
4443
"build-storybook": "storybook build",
4544
"types": "tsc --noEmit",

0 commit comments

Comments
 (0)