Skip to content

Commit

Permalink
Merge pull request #11 from monorepo-lint/eanderson/add-changelog
Browse files Browse the repository at this point in the history
Adds CHANGELOG.md
  • Loading branch information
ericanderson committed Dec 19, 2018
2 parents 3cc8af2 + 35b916f commit 98147f1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
issues-wo-labels=false
release-branch=master
pr-wo-labels=true
user=monorepo-lint
project=monorepo-lint
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log

## [v0.1.9](https://github.com/monorepo-lint/monorepo-lint/tree/v0.1.9) (2018-12-19)

[Full Changelog](https://github.com/monorepo-lint/monorepo-lint/compare/v0.1.6...v0.1.9)

**Implemented enhancements:**

- Adds @monorepo-lint/expect-alphabetical-dependencies [\#3](https://github.com/monorepo-lint/monorepo-lint/pull/3) ([maclockard](https://github.com/maclockard))
- Implements @monorepo-lint/expect-package-order [\#1](https://github.com/monorepo-lint/monorepo-lint/pull/1) ([maclockard](https://github.com/maclockard))

**Merged pull requests:**

- Starts filling out README.md [\#6](https://github.com/monorepo-lint/monorepo-lint/pull/6) ([ericanderson](https://github.com/ericanderson))
- Adds circle config [\#5](https://github.com/monorepo-lint/monorepo-lint/pull/5) ([ericanderson](https://github.com/ericanderson))
- Updates copyright [\#4](https://github.com/monorepo-lint/monorepo-lint/pull/4) ([ericanderson](https://github.com/ericanderson))
- Adds prepublishOnly script and related [\#2](https://github.com/monorepo-lint/monorepo-lint/pull/2) ([ericanderson](https://github.com/ericanderson))

## [v0.1.6](https://github.com/monorepo-lint/monorepo-lint/tree/v0.1.6) (2018-12-18)

[Full Changelog](https://github.com/monorepo-lint/monorepo-lint/compare/8661ea28e4cc53483b489b0ea6dad728dbb52c9c...v0.1.6)

**Implemented enhancements:**

- Implement expect-standard-tsconfig [\#10](https://github.com/monorepo-lint/monorepo-lint/issues/10)
- Implement expect-package-script [\#9](https://github.com/monorepo-lint/monorepo-lint/issues/9)
- Implement expect-file-contents [\#8](https://github.com/monorepo-lint/monorepo-lint/issues/8)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,21 @@ module.exports = {

4. Submit a pull request

### FAQ
### Generating changelog

#### I added a new package but I can't get it to work with the local monorepo.lint.ts. What?
1. [Setup a GH Token](https://github.com/github-changelog-generator/github-changelog-generator/tree/master#github-token)

2. Run this command:

```shell
sudo gem install --pre github_changelog_generator
yarn run changelog
```

3. Submit a pull request

## FAQ

### I added a new package but I can't get it to work with the local monorepo.lint.ts. What?

The way yarn workspaces function, in order to get the right symlinks in `node_modules/@monorepo-lint/whatever` you need to run `yarn` again.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
]
},
"scripts": {
"changelog": "rm -rf '/tmp/github-changelog-http-cache' && github_changelog_generator",
"ci": "npm-run-all clean compile lint test",
"clean": "lerna run clean",
"compile": "lerna run compile:typescript",
Expand Down

0 comments on commit 98147f1

Please sign in to comment.