Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 24, 2016
1 parent 068cec3 commit 278d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-loader",
"version": "0.23.1",
"version": "0.24.0",
"author": "Tobias Koppers @sokra",
"description": "css loader module for webpack",
"engines": {
Expand Down

5 comments on commit 278d6cc

@Tzaphkiel
Copy link

Choose a reason for hiding this comment

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

Hi,

Could you please explain to me why the is version bumped when no changes were made to the code? This actually shows up when I have a dependency and I check for updated libraries.
Have I missed something ?

@Tzaphkiel
Copy link

@Tzaphkiel Tzaphkiel commented on 278d6cc Aug 31, 2016

Choose a reason for hiding this comment

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

It seems that all the work is done in master directly.

First, thanks for you work on the package.

If I may suggest however: create a develop branch, do pull-requests only there and merge to master only when doing a release. That way, all the changes are seen with the release's creation.

I love it !

@jhchill666
Copy link

Choose a reason for hiding this comment

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

Are you serious @Tzaphkiel ????

I don't think @sokra needs any help on writing an open-source library!

@TheLarkInn
Copy link
Contributor

Choose a reason for hiding this comment

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

@Tzaphkiel we will eventually (ideally) have css-loader maintained by more than just @sokra but our @webpack/contributor-team , you will start to see more described PR system when the code is more maintained by the team and additional contributors.

We appreciate your concern, and it appears it is for concern of the quality of the code itself.

@Tzaphkiel
Copy link

Choose a reason for hiding this comment

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

@TheLarkInn
Yes it is for QA indeed.
It is so much more comfortable to be able to rely on such concepts, there are many benefits that trickle down from it: the use of CI, the auto update to minor releases or patched one, Changelog generation, etc.

@jamiehill
Either documenting the release (Release note or Changelog) with what has changed or what is new or what has been fixed, would help the community a lot.

Check projects:
https://github.com/expressjs/express/releases
https://github.com/facebook/react/releases

Don't you find it practical to look at the release note / Changelog and say: "Hum ... ah ha, so that's what's changed, yes I want that. Oh Great, this bug has been fixed, etc." ?

Having to seep through all the commits since the last commit message "release vX.y.z" is really counter productive don't you think?

You don't even have to use the tools, you can also do it with a bit more elaborate commit messages and some discipline.
e.g.: http://juristr.com/blog/2015/10/release-like-a-pro/ (cf. Issue 4: Changelog)

Please sign in to comment.