-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
Addendum:
|
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. |
I've just published ESLint & Stylelint releases to npm as npm
Because Lerna also pushes a Git tag, and tag 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 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 # 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 🙂 |
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
The text was updated successfully, but these errors were encountered: