refactor: nightly build and CI adjustment for develop branch removal#949
Open
mkoruszowic wants to merge 5 commits intomk/release-1.6from
Open
refactor: nightly build and CI adjustment for develop branch removal#949mkoruszowic wants to merge 5 commits intomk/release-1.6from
mkoruszowic wants to merge 5 commits intomk/release-1.6from
Conversation
Contributor
Code Coverage SummaryDetailsDiff against mainResults for commit: f32439d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
0752548 to
8da1fe7
Compare
4e17352 to
bebba13
Compare
8da1fe7 to
d96b5d1
Compare
bebba13 to
2914071
Compare
49ae6d5 to
b965a19
Compare
ae58c1d to
4869d0c
Compare
b965a19 to
1a5daaf
Compare
4869d0c to
08df5b1
Compare
1a5daaf to
d576289
Compare
d576289 to
f32439d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Additional changes preparing for the removal of the
developbranch, focused on nightly build and CI workflow refactoring:developtomain: nightly build, UI build, changelog checks, and version scripts now targetmaininstead ofdeveloppublish-npmworkflow in nightly build: extracted duplicated npm publish steps into a reusableworkflow_callinpublish-npm.yml, eliminating code duplication between release and nightly flowsgenerate_changelog_entries.pywith Claude Code skill: removed the 280-line Python script and replaced it with a declarative.claude/skills/generate-changelog/SKILL.mdupdate_develop_versions.py(superseded byupdate_nightly_versions.py) and deleted thepull-request-change-base-branch.ymlworkflow that auto-retargeted PRs todevelopcheck_nightly_build.pynow detects when a release lands onmain(no.devsuffix) and automatically bumps the minor version for the next nightly cycleupdate_nightly_versions.py