Skip to content

Gem versioning #116

@rbngzlv

Description

@rbngzlv

I have doubts about the versioning / synchronization with core that uses this gem.

If we take as example the tag v1.2.0, it have the following line in their gemspec:

s.add_runtime_dependency 'solidus_core', ['>= 1.1', '< 3']

I'm not sure that this is correct. We can check this key as example:

spree.promotion_rule_types
  • This key is not present in es.yml file, but is present in another locale files.
  • This key is renamed in core since 2.3 version

Perhaps, we need to keep a set of branches in sync with core releases? Or use a external tool to stay in sync with the core changes and manage the translations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions