Skip to content
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

Apply latest nlm generator #36

Merged
merged 2 commits into from
Jan 5, 2018
Merged

Apply latest nlm generator #36

merged 2 commits into from
Jan 5, 2018

Conversation

markowsiak
Copy link
Contributor

This PR was created by a machine.

nlm is a tool for automating the release of node packages. There are some notable implications of using nlm:

  • Commits messages are used to determine the semver implications of the changes.
  • The above means that all commits have to follow the angular commit message conventions so nlm can parse them.
  • Releases happen automatically from CI after successful builds of the master branch. There's no manual intervention required.

Additionally some standard dependency versions were enforced:

  • bluebird@^3.3.3
  • lodash@^4.6.1

/cc @groupon/itier

package.json Outdated
@@ -2,12 +2,16 @@
"name": "shared-store",
"version": "2.2.1",
"description": "Keeping config data in sync",
"license": "BSD-3-Clause",
"license": {
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems wrong..?

.travis.yml Outdated
'on':
branch: master
node: '4'
- git config --global user.email "[email protected]"
Copy link
Contributor

Choose a reason for hiding this comment

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

For gofer these lines are gone - do we know why they stuck around here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looking back, the generator update only removed their presence in default config etc, and did not handle their removal. I've been removing them manually as I've come across them.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, interesting. Not sure if it's worth adding to the generator. Hopefully there aren't that many still around (and it's not like they hurt anything).

@markowsiak
Copy link
Contributor Author

Nice catches @jkrems . Ready for another look 👍

@markowsiak markowsiak merged commit 68c7a40 into master Jan 5, 2018
@jkrems jkrems deleted the apply-nlm-generator branch January 26, 2018 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants