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

Update CHANGELOG #48

Merged
merged 1 commit into from
Jan 4, 2019
Merged

Update CHANGELOG #48

merged 1 commit into from
Jan 4, 2019

Conversation

rexmac
Copy link
Contributor

@rexmac rexmac commented Jan 4, 2019

Prep for v2.4.0 release

@rexmac rexmac self-assigned this Jan 4, 2019
CHANGELOG.md Outdated
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
[//]: # '## [Unreleased]'
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought we generally did the following for all our readmes. At least that's what I've noticed.

<!--## [Unreleased] -->

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷‍♂️ I was just reverting to what it was before.

I definitely prefer the <!-- syntax to the archaic [//]: #.

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@shopify/javascript-utilities",
"version": "2.3.0",
"version": "2.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

We've had minor issues in the past with bumping the version from a PR. Why? When you tag from a branch, the git sha associated with the tag points to a sha in a PR branch. Shipit needs the tag being shipped to point the git sha at the HEAD of master.

I recommending doing this this straight on master after this changelog PR is merged via yarn version --new-version minor

Copy link
Contributor

@ismail-syed ismail-syed left a comment

Choose a reason for hiding this comment

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

Few minor comments, thanks for cutting a release!

@rexmac
Copy link
Contributor Author

rexmac commented Jan 4, 2019

@ismail-syed I've reverted the version bump and will bump and tag using yarn version as you suggested. I've also changed the Unreleased comment syntax. 😉

@rexmac rexmac changed the title Update version and CHANGELOG Update CHANGELOG Jan 4, 2019
Copy link
Contributor

@ismail-syed ismail-syed left a comment

Choose a reason for hiding this comment

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

🚢 🚀

@rexmac rexmac merged commit 16021b1 into master Jan 4, 2019
@nimzco nimzco deleted the release-prep-v2.4.0 branch January 7, 2019 13:31
@nimzco
Copy link
Contributor

nimzco commented Jan 7, 2019

🎉

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

Successfully merging this pull request may close these issues.

None yet

3 participants