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

build: Rename to eslint-config-seek #17

Merged
merged 1 commit into from
Jan 10, 2018
Merged

build: Rename to eslint-config-seek #17

merged 1 commit into from
Jan 10, 2018

Conversation

jahredhope
Copy link
Member

@jahredhope jahredhope commented Jan 9, 2018

This change will rename eslint-config-sku to eslint-config-seek, better representing it's use outside sku based projects.

Rename process

In order to rename this module we'll be following the semantic-release renaming guide

  1. Pull down latest rename-to-seek branch locally
  2. Set package.json version to v2.0.1
  3. Apply deploy credentials locally. Run npm publish from local machine.
  4. Reset package.json version to 0.0.0_development
  5. Merge this PR
    This final step will create a new major version release of v3.0.0

Last version of eslint-config-sku: v2.0.1
First version of eslint-config-seek: v2.0.1
First modified version of eslint-config-seek: v3.0.0

Post migration

Once the new package is confirmed deployed deprecate eslint-config-sku with message 'eslint-config-sku has been renamed to eslint-config-seek'.
https://docs.npmjs.com/cli/deprecate

Commit message for review

BREAKING CHANGE:
Replace all use of sku with seek.

Before

.eslintconfig

{
  "extend": ["sku"]
}

After

.eslintconfig

{
  "extend": ["seek"]
}

README.md Outdated

This package includes the shareable ESLint configuration used by [sku](https://github.com/seek-oss/sku).
This package includes the shareable ESLint configuration used by SEEK.
Copy link
Contributor

Choose a reason for hiding this comment

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

Our pattern with the other config repos has been linking SEEK to github.com/seek-oss

BREAKING CHANGE:
Replace all use of sku with seek.
Before:
.eslintconfig
{
  extend: ['sku']
}
After:
.eslintconfig
{
  extend: ['seek']
}
Copy link
Member

@markdalgleish markdalgleish left a comment

Choose a reason for hiding this comment

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

LGTM 👍

(granted, I haven't gone through this process myself)

@michaeltaranto
Copy link
Contributor

Looks good, I'm curious though why step 3 is necessary? Do we really need to publish v2.0.1 under the new name? Can't we just have v3 be the first eslint-config-seek?

Copy link
Contributor

@michaeltaranto michaeltaranto left a comment

Choose a reason for hiding this comment

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

Discussed offline. Let's do it

@jahredhope jahredhope merged commit 10e9f73 into master Jan 10, 2018
@jahredhope jahredhope deleted the rename-to-seek branch January 10, 2018 00:15
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

Successfully merging this pull request may close these issues.

3 participants