Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Version 1.0.0 Release and Maintenance Discussion #33

Open
kengoldfarb opened this issue Aug 26, 2014 · 10 comments
Open

Version 1.0.0 Release and Maintenance Discussion #33

kengoldfarb opened this issue Aug 26, 2014 · 10 comments

Comments

@kengoldfarb
Copy link
Collaborator

Version 1.0.0 Release Discussion

@rtgibbons I'm willing to help with maintenance. Here are some initial thoughts.

I propose...

Versioning Going Forward

  • We begin following semantic versioning http://semver.org/
  • In that spirit, the next release is version 1.0.0
  • Version 1.0.0 will integrate all (good) PRs that are currently pending and other TBD features

1.0.0 Feature/Fix list

Workflow

  • Create a 1.0.0 branch https://github.com/rtgibbons/grunt-swig/tree/v1.0.0
  • Integrate all PRs and any new features into 1.0.0 branch
  • Release a beta version RC to npm: 1.0.0-rc1
  • Test/Verify
  • Fix bugs, etc.
  • Repeat npm beta release, incrementing 'rc' number 1.0.0-rc2 until we agree we have a stable and tested codebase
  • Merge to master branch and release version 1.0.0 to npm

@rtgibbons @nickpack @zdwolfe @MrGamer - Thoughts?

@colthreepv
Copy link

I really appreciate your initative, as i think this project is really valid to generate small static sites!
Will try and help in the integration of features, at the moment I can't think of anything else of general usefulness... bravo!

@nickpack
Copy link
Collaborator

I may have some time to work on this next week, one thing missing from the lists above is the test suite - this is something that has always needed improvement. We shouldnt really be adding features without a decent test suite to back them up.

@nickpack
Copy link
Collaborator

Might I suggest along with semver that we use gitflow as this makes managing PRs, releases and hotfixes a lot easier.

@zdwolfe
Copy link

zdwolfe commented Aug 27, 2014

I agree with Nick. Version 1.0.0 should include no more new features, but
have a test suite for major features that work today. Unless we have a high
degree of certainty that we aren't making breaking API changes, there's no
point following semver.

Zach
On Aug 27, 2014 1:52 AM, "Nick Pack" notifications@github.com wrote:

Might I suggest along with semver that we use gitflow as this makes
managing PRs, releases and hotfixes a lot easier.


Reply to this email directly or view it on GitHub
#33 (comment).

@kengoldfarb
Copy link
Collaborator Author

I agree that a more robust test suite is a great idea. And naturally new features should definitely include tests.

I disagree about not adding new features though. I think v1.0 should include new features and have tests for those new features.

@zdwolfe - I was expecting that we WOULD be making breaking api changes which is why I'm suggesting we change the major version number. That way anyone using the existing 0.2 version would be able to continue using the old version.

Then going forward after v1.0, which includes the better test suite, we should be able to follow semver.

@nickpack - completely agree with following gitflow methodology

@kengoldfarb
Copy link
Collaborator Author

@nickpack - updated the 1.0 feature list to include better testsuite

@nickpack
Copy link
Collaborator

@zdwolfe @kengoldfarb I wasnt saying don't release new features, was just stating that the test suite should be in line with it.

@kengoldfarb
Copy link
Collaborator Author

@nickpack @zdwolfe @MrGamer @rtgibbons -
I just added a branch with a big refactoring of stuff here: https://github.com/rtgibbons/grunt-swig/tree/proposed-updates-ken

Check it out and let me know what you think. There's a test project using the new config here for reference: https://github.com/kengoldfarb/grunt-swig-test

Also the readme is updated with the new options.

It's still missing some stuff like a good test suite but most everything else from the list above should be addressed.

@zdwolfe
Copy link

zdwolfe commented Oct 24, 2014

Ken,

Do you think you could submit it as a pull request so it's easier to see
the diff? Even if it's a substantial difference, I find PRs are a good
venue for seeing changes.

Thanks,
Zach

On Wed, Oct 22, 2014 at 5:27 PM, Ken Goldfarb notifications@github.com
wrote:

@nickpack https://github.com/nickpack @zdwolfe
https://github.com/zdwolfe @MrGamer https://github.com/mrgamer
@rtgibbons https://github.com/rtgibbons -
I just added a branch with a big refactoring of stuff here:
https://github.com/rtgibbons/grunt-swig/tree/proposed-updates-ken

Check it out and let me know what you think. There's a test project using
the new config here for reference:
https://github.com/kengoldfarb/grunt-swig-test

Also the readme is updated with the new options.

It's still missing some stuff like a good test suite but most everything
else from the list above should be addressed.


Reply to this email directly or view it on GitHub
#33 (comment).

@kengoldfarb
Copy link
Collaborator Author

Pretty close to a full rewrite. PR is here: https://github.com/rtgibbons/grunt-swig/pull/37/files

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

No branches or pull requests

4 participants