Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Che Release Process Part 3 #17748

Closed
11 tasks done
nickboldt opened this issue Aug 28, 2020 · 2 comments
Closed
11 tasks done

Improve Che Release Process Part 3 #17748

nickboldt opened this issue Aug 28, 2020 · 2 comments
Assignees
Labels
area/ci CI build and releases, PR testing, & whitelabel/productization issues kind/enhancement A feature request - must adhere to the feature request template.
Milestone

Comments

@nickboldt
Copy link
Contributor

nickboldt commented Aug 28, 2020

Follows up from #17101

Process automation:


Runtime & PR testing:

$➔ count=$(grep -R "SNAPSHOT" * | grep pom.xml | wc -l); if [[ $count -gt 0 ]]; then echo "[ERROR] Found $count files which use a SNAPSHOT version. Cannot proceed with release."; exit 1; fi
[ERROR] Found 303 files which use a SNAPSHOT version. Cannot proceed with release.

Doc:

@nickboldt nickboldt added the kind/enhancement A feature request - must adhere to the feature request template. label Aug 28, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 28, 2020
@nickboldt nickboldt added this to the 7.19 milestone Aug 28, 2020
@nickboldt nickboldt added area/ci CI build and releases, PR testing, & whitelabel/productization issues area/productization and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Aug 28, 2020
@nickboldt nickboldt modified the milestones: 7.19, 7.22 Nov 2, 2020
@nickboldt nickboldt modified the milestones: 7.22, 7.23, 7.24 Dec 4, 2020
@nickboldt nickboldt modified the milestones: 7.24, 7.25 Jan 8, 2021
@nickboldt nickboldt modified the milestones: 7.25, 7.26 Jan 19, 2021
@nickboldt
Copy link
Contributor Author

Slipping this to 7.26 and we'll ACTUALLY complete it this time :D

@nickboldt
Copy link
Contributor Author

Continued in #19007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI build and releases, PR testing, & whitelabel/productization issues kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

3 participants