-
Notifications
You must be signed in to change notification settings - Fork 178
Add "Docs update" to workflow #746
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
Add "Docs update" to workflow #746
Conversation
Not only new targets, any target update goes to patch release. This reflects the type "target update" instead of only "new target"
b55ed63
to
79e56f7
Compare
|
||
#### Test update | ||
|
||
Adding a new test unit or test case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about updating or removing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change it to "update"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, let me know if its OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok to me, I've added one minor test comment, please take a look.
|
||
Adding a new target is a change for a patch release because it updates the targets folder implementation. | ||
Updating target implementation (adding a new target or updating already supported target) is a change for a patch release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating target implementation -> Updating a target implementation
@AnotherButler Can you review please? |
Complete sentences for consistency throughout document.
Add content from #746 after reviewing on test site.
Needs approval from @ARMmbed/mbed-os-maintainers