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

Maintain changelog #27

Open
alexander-akait opened this issue Nov 23, 2016 · 1 comment
Open

Maintain changelog #27

alexander-akait opened this issue Nov 23, 2016 · 1 comment

Comments

@alexander-akait
Copy link

We got a problem stylelint/stylelint#2106 in CI after update to latest version (4.0.1). It's hard to keep track of changes not seeing Changelog.

@gajus
Copy link
Owner

gajus commented Nov 23, 2016

From stylelint/stylelint#2106 (comment)

I create issue, let's wait what says contributors

The only breaking change is how you import table.

See #25 (comment)

In your code base, you simply need to replace:

import table from 'table';
// or
// const table = require('table').default;

with

import {table} from 'table';
// or
// const {table} = require('table');

Sorry about the lack of changelog. I don't like the https://github.com/semantic-release/semantic-release tool (because it uses github's releases instead of a static changelog file) and there isn't a feasible alternative at the > moment.

Please suggest how to add automated changelog to the CI #27

@gajus gajus changed the title Changelog Maintain changelog Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants