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

DEV: Make it clear that plugin-api on the client side follows semver. #15070

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

tgxworld
Copy link
Contributor

No description provided.

@@ -93,7 +93,8 @@ import {
import { CUSTOM_USER_SEARCH_OPTIONS } from "select-kit/components/user-chooser";
import { downloadCalendar } from "discourse/lib/download-calendar";

// If you add any methods to the API ensure you bump up this number
// If you add any methods to the API ensure you bump up the version number
// based on Semantic Versioning 2.0.0.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be more explicit about this. I've often seen the patch version being bumped when we're adding new features in a backwards compatible manner.

@tgxworld tgxworld changed the title DEV: Make it clear that plugina-api on the client side follows semver. DEV: Make it clear that plugin-api on the client side follows semver. Nov 24, 2021
@tgxworld tgxworld force-pushed the clarify_versioning_for_plugin_api branch from fab85b8 to d7dd4c4 Compare November 24, 2021 02:27
Copy link
Contributor

@eviltrout eviltrout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@tgxworld tgxworld force-pushed the clarify_versioning_for_plugin_api branch from d7dd4c4 to c90d33e Compare November 25, 2021 01:26
@tgxworld tgxworld merged commit db5edc7 into discourse:main Nov 25, 2021
@tgxworld
Copy link
Contributor Author

@eviltrout @CvX Thank you for reviewing 👍

@tgxworld tgxworld deleted the clarify_versioning_for_plugin_api branch November 25, 2021 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants