-
Notifications
You must be signed in to change notification settings - Fork 409
Fix release instructions #158
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 2.3.1 - *July 20 2017* | ||
|
||
* Fix [https://github.com/web-animations/web-animations-js/issues/157](missing web-animations.min.js issue) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change is unrelated and should be kept separate. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, it looks like I didn't actually push to origin dev (not sure if I was meant to). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mmm, the instructions should probably say to push to origin/dev to avoid this problem in future. |
||
|
||
### 2.3.0 - *July 20 2017* | ||
|
||
* [Support IE/Edge SVG transforms.](https://github.com/web-animations/web-animations-js/pull/148) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"type": "git", | ||
"url": "https://github.com/web-animations/web-animations-js.git" | ||
}, | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change is unrelated and should be kept separate. |
||
"keywords": [ | ||
"animations", | ||
"polyfill" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a step to verify that
git remote -v
shows that origin points tojiasu.xzqcsaa.nyc.mn/web-animations/web-animations-js
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Steps "Add versioned release notes to
History.md
" and "Commit the above changes" should probably also be using origin.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm what happens if their
git remote -v
doesn't show the right value? If it's a fork, I'm guessing it'll point to their own forked repo?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case the least invasive way to resolve it is to make a new clone of the central repo and work in that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, so maybe for releases, we use a clone, but for code changes, use fork? I'll add a step in the beginning for cloning the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure that works. If the release process doesn't assume the existence of a repository that gives it more guarantees on the repo's state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, uploaded new commits, PTAL