bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 258 forks source link

NPM is forcing me to commit changes otherwise I can't do releases, so… #155

Closed kdillon closed 7 years ago

kdillon commented 7 years ago

… I have to check this code in even though the feature is not ready yet. I really dislike the git/npm workflow. It doesn't seem to have the flexibility that I want in a SCM.

kdillon commented 7 years ago

This is a non-controversial change that actually doesn't do anything because I'm just adding testpages for things that are currently under-development. I wouldn't even be checking these in, except that npm won't allow me not-to.

chasenlehara commented 7 years ago

@kdillon We talked about this a little bit, but for future reference: once you made this branch, you could go back to master (git checkout master) and then run the release script. You could then switch back to this branch (git checkout enforce_that_syn_honors_passed_offsets), merge or rebase with master (git merge master or git rebase master), and then continue working from there.