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

Update stableBrandNewInfo.js - fix spelling errors #2747

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions lib/stableBrandNewInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ async function doIt() {

if (!exists && labelIsSet) {
let body = `## ioBroker repository information about STABLE-BRAND-NEW tagging\n\n`;
body += `Your PR has been tagged with label STABLE - BRAND NEW. This indicates that the release requested to be added to the `;
body += `stable repository seems to be too young for immidiate processing.\n\n`;
body += `Normally a release should be available at LATEST repository for at least one or two weeks without any serious issues `;
body += `Your PR has been tagged with the label STABLE - BRAND NEW. This indicates that the release requested to be added to the `;
body += `stable repository seems to be too young for immediate processing.\n\n`;
body += `Normally, a release should be available at LATEST repository for at least one or two weeks without any serious issues `;
body += `detected within this timeframe. Your release seems to be younger than 7 days.`;
body += `Your PR will be kept in evidence and will be merged approximatly one week after creation of the release without any further `;
body += `Your PR will be kept in evidence and will be merged approximately one week after creation of the release without any further `;
body += `action required by you.\n\n`;
body += `**IMPORTANT:**\n`;
body += `Of course it is possible to release a new version immidiatly, if it is a hotfix for a serious problem, i.e. some error `;
body += `causing adapter crashes or incompatible api changes of external websites blocking normal usage. In this case, `;
body += `Of course, it is possible to release a new version immediately if it is a hotfix for a serious problem, i.e. some errors `;
body += `cause adapter crashes or incompatible api changes of external websites blocking normal usage. In this case, `;
body += `please indicate this fact as a comment and mention mcm1957 and eventually Apollon77 explicitly. Please describe the reason `;
body += `(i.e. by referencing an issue). Hotfixes should minimize the changes, even dependency updates should be avoided if `;
body += `not related to the fix. New functionality and major (breaking) updates are most likely never a hotfix.\n\n`;
Expand Down