Skip to content

Commit 0d6eabb

Browse files
authored
chore(release): publish v1.0.1 to NPM and GitHub (#16)
* chore(release): publish v1.0.1 1. Bump semver to v1.0.1. 2. Remove fancy calls to semantic-release/changelog. * ci(travis): remove scripts 1. Remove Greenkeeper scripts from manifest, since their lockfile tasks cause Travis-CI builds to fail. 2. Remove env.secret key from config * docs(community): update all docs 1. Add links to PULL_REQUEST_TEMPLATE.md QA user guides 2. Format all markdown files. 3. Demo loading variables to authenticate. Closes GH-13, closes GH-14
1 parent 17c22ad commit 0d6eabb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.1"></a>
6+
7+
## [1.0.1](https://github.com/commonality/readme-inspector/compare/v1.0.0...v1.0.1) (2018-04-16)
8+
9+
### Bug Fixes
10+
11+
* **config:** add default .env var values ([7a71637](https://github.com/commonality/readme-inspector/commit/7a71637)), closes [#11](https://github.com/commonality/readme-inspector/issues/11) [#10](https://github.com/commonality/readme-inspector/issues/10).
12+
13+
Replaced [`dotenv`][dotenv-url] with [`dotenv-extended`][dotenv-extended-url] in order to load default values.
14+
515
<a name="1.0.0"></a>
616

7-
# 1.0.0 (2018-04-12)
17+
## 1.0.0 (2018-04-12)
818

919
### Features
1020

@@ -55,3 +65,5 @@ All notable changes to this project will be documented in this file. See [standa
5565
**[1]** _Starting an Open Source Project._ (2018). _Open Source Guides._ Retrieved 15 April 2018, from <https://opensource.guide/starting-a-project/#writing-a-readme>
5666

5767
[octicon-quote]: https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/svg/quote.svg
68+
[dotenv-url]: https://github.com/motdotla/dotenv
69+
[dotenv-extended-url]: https://github.com/keithmorris/node-dotenv-extended

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "readme-inspector",
33
"description":
44
"Inspect GitHub (and GitHub Enterprise) repositories for the presence and quality of READMEs.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": {
77
"name": "commonality",
88
"email": "[email protected]",
@@ -138,18 +138,6 @@
138138
"semi": false,
139139
"singleQuote": true
140140
},
141-
"release": {
142-
"verifyConditions": [
143-
"@semantic-release/changelog",
144-
"@semantic-release/npm",
145-
"@semantic-release/git"
146-
],
147-
"prepare": [
148-
"@semantic-release/changelog",
149-
"@semantic-release/npm",
150-
"@semantic-release/git"
151-
]
152-
},
153141
"repository": {
154142
"type": "git",
155143
"url": "https://github.com/commonality/readme-inspector.git"

0 commit comments

Comments
 (0)