chore: fix semantic release build#9
Merged
Merged
Conversation
Signed-off-by: Koichi Nishitani <knish@jp.ibm.com>
Devaramani99
approved these changes
Apr 21, 2026
srikanth-ibm
approved these changes
Apr 21, 2026
Member
Author
|
🎉 This PR is included in version 2.0.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
knish-99
added a commit
that referenced
this pull request
Apr 23, 2026
* Perf: Sync from enterprise 4e91aee (via .ignore) on 2026-04-17 (#7) * Perf: Sync from enterprise 4e91aee (via .ignore) on 2026-04-17 BREAKING CHANGE: Bug fixes for Data Quality and addition of Data Product Hub modules Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix relative path of Actions scripts Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix script condition Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix script condition again Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add missing Makefile and fix documentation Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add dq tests and upgrade python Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * try to extend build timeout Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * upgrade to python 3.10 as 3.9 is EOL Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * modify constraint_model to use custom StrEnum in python 3.10 Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add pylint Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * skip linting until ready Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * make sure to build before checking Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> --------- Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * chore: Sync with enterprise (manual) on 2026-04-21 (#8) update build script to version Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * chore: fix semantic release build (#9) Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * chore: use push for semantic-release and update action versions (#10) Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * Update version 1.0.0 -> 2.0.0 * chore(release): 2.0.0-rc.1 release notes # [2.0.0-rc.1](v1.0.0...v2.0.0-rc.1) (2026-04-22) ### Perf * Sync from enterprise 4e91aee (via .ignore) on 2026-04-17 ([#7](#7)) ([eeeffba](eeeffba)) ### BREAKING CHANGES * Bug fixes for Data Quality and addition of Data Product Hub modules Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix relative path of Actions scripts Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix script condition Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * fix script condition again Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add missing Makefile and fix documentation Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add dq tests and upgrade python Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * try to extend build timeout Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * upgrade to python 3.10 as 3.9 is EOL Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * modify constraint_model to use custom StrEnum in python 3.10 Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * add pylint Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * skip linting until ready Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * make sure to build before checking Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> * chore: enable rc versions (#12) Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> --------- Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Greeshma-Rajendran
pushed a commit
that referenced
this pull request
May 11, 2026
Signed-off-by: Koichi Nishitani <knish@jp.ibm.com> Signed-off-by: Greeshma Rajendran <greeshma.rajendran@hotmail.com>
Member
Author
|
🎉 This PR is included in version 3.0.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
had an error when trying to run the semantic release build. this should fix 🤞