-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Guides] Improve extensions pages #3522
[Guides] Improve extensions pages #3522
Conversation
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 good, I left a few notes for small improvements, I hope they make sense to you as well.
Here's an example `.travis.yml` testing versions 2.2 through 2.7 and the | ||
`master` branch: | ||
Here's an example `.circleci/config.yml` file that you should have in your | ||
extension: |
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 linking to the file with this content instead? That way, if we change something, we don't need to revise the doc as well.
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.
Good idea, but I'll link this file, since it's what is copied in extensions when creating them. Does it work?
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.
sure ❤️
This explains why we created the CircleCI Orb [1] and how to use it. Travis configuration has been removed from all supported extensions. [1]: https://github.com/solidusio/circleci-orbs-extensions
1f5d458
to
fd1501e
Compare
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.
@kennyadsl thanks 👍
Description
It replaces all occurrences of
solidus_cmd
withsolidus_dev_support
.This PR also removes references to TravisCI in favor of the new CirlceCI Orb configuration for extensions.
Checklist:
[ ] I have updated Guides and README accordingly to this change (if needed)[ ] I have added tests to cover this change (if needed)[ ] I have attached screenshots to this PR for visual changes (if needed)