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

Publish releases for 1.1.2 and 1.1.3 #254

Open
johnbillion opened this issue Apr 5, 2021 · 3 comments
Open

Publish releases for 1.1.2 and 1.1.3 #254

johnbillion opened this issue Apr 5, 2021 · 3 comments

Comments

@johnbillion
Copy link
Member

johnbillion commented Apr 5, 2021

On the repo homepage it looks like version 1.1.1 is the latest, despite there being two newer tags for 1.1.2 and 1.1.3.

Can a release be published for each of these please?

Screenshot

@johnbillion
Copy link
Member Author

Addendum:

@tfrommen
Copy link
Contributor

Would be great if someone who knows how we handle the individual nested packages with lerna etc. could do that. To me, this is not obvious, and given that we have pushed stuff since the individual tags, I think this will now require additional branches to "fix" that. Un-assigning myself, but pinging @kadamwhite and @ntwb.

@tfrommen tfrommen removed their assignment Sep 13, 2022
@ntwb
Copy link
Member

ntwb commented Sep 14, 2022

I've just published ESLint & Stylelint releases to npm as next releases so that they can be tested:

npm

Because Lerna also pushes a Git tag, and tag v1.2.0 already existed I've pushed this change as v1.2.1

With the npm version bump, the final release of these should be released as v2.0.0 I guess, so once we've tested these next package releases we can then publish HMCS to latest and tag as v2.0.0

hm-linter

# GLOBAL SETTINGS

# By default, the version is set to "latest". This can be set to any version
# >=0.4.2, but you MUST include the full version number.
version: 1.2.1

# PER-STANDARD SETTINGS
phpcs:
    # Set to false to disable phpcs
    enabled: true

    # Set to "inherit" to use the global version, "latest" for the latest
    # version, or a specific full version number.
    version: next

eslint:
    enabled: true
    version: inherit

stylelint:
    enabled: true
    version: inherit

Or alternatively to only test the next version of ESLint only by changing version: inherit to version: next:

# GLOBAL SETTINGS

# By default, the version is set to "latest". This can be set to any version 
# >=0.4.2, but you MUST include the full version number.
version: 1.1.2

# PER-STANDARD SETTINGS
phpcs:
    # Set to false to disable phpcs
    enabled: true

    # Set to "inherit" to use the global version, "latest" for the latest
    # version, or a specific full version number.
    version: inherit

eslint:
    enabled: true
    version: next

stylelint:
    enabled: false
    version: inherit

Note: It's been quite some time since we published new releases of ESLint & Stylelint configs, I've not tested the above yet, only published, so please if you try any of the above and encounter issues please let me know and create new issues on https://github.com/humanmade/coding-standards as appropriate

Thanks 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants