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

feat(automatic-release): Generation of automatic release #1017

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Change Log

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.

<a name="0.0.0"></a>
# [0.0.0](https://github.com/webpack/webpack.js.org/compare/v0.1.2...v0.0.0) (2017-03-14)


### Bug Fixes

* **api/node:** fix double spacing ([4a60b4b](https://github.com/webpack/webpack.js.org/commit/4a60b4b))
* **migrating:** An array of loaders as string ([0ce8d08](https://github.com/webpack/webpack.js.org/commit/0ce8d08))
* **migrating:** Incorrect migration docs regarding 'rule' ([eb42bbc](https://github.com/webpack/webpack.js.org/commit/eb42bbc))
* **resolveLoader:** Fix incorrect example ([98fe869](https://github.com/webpack/webpack.js.org/commit/98fe869))
* **vote:** changed influence icons to be better displayed on android ([181e89c](https://github.com/webpack/webpack.js.org/commit/181e89c))
* Use consistent quotation marks ([b4d8956](https://github.com/webpack/webpack.js.org/commit/b4d8956))


### Features

* added some initial content ([7701bb7](https://github.com/webpack/webpack.js.org/commit/7701bb7))
* finished adding second example for entry-points ([40ab993](https://github.com/webpack/webpack.js.org/commit/40ab993))
* finished adding second example for entry-points ([1b69a83](https://github.com/webpack/webpack.js.org/commit/1b69a83))
* finished adding second example for entry-points ([0da8d6f](https://github.com/webpack/webpack.js.org/commit/0da8d6f))
* finished adding second example for entry-points ([2da77a9](https://github.com/webpack/webpack.js.org/commit/2da77a9))
* started /concepts/entry-points ([6d89da4](https://github.com/webpack/webpack.js.org/commit/6d89da4))
* **api/node:** start adding stats information ([3006abe](https://github.com/webpack/webpack.js.org/commit/3006abe))
* webpack-config.md added for reference to config object, maybe should be linked all over ([df50be2](https://github.com/webpack/webpack.js.org/commit/df50be2))
* **api/node:** add compiling to memory docs ([0ce32a1](https://github.com/webpack/webpack.js.org/commit/0ce32a1))
* **api/node:** add error handling docs ([ef82458](https://github.com/webpack/webpack.js.org/commit/ef82458))
* **api/node:** add invalidate watching docs ([b4111c4](https://github.com/webpack/webpack.js.org/commit/b4111c4))
* **api/node:** move stats, improve docs ([bf63d4c](https://github.com/webpack/webpack.js.org/commit/bf63d4c))
* **api/node:** remove watchOptions link in code ([fe81e5f](https://github.com/webpack/webpack.js.org/commit/fe81e5f))
* **api/node:** update overview and installation ([b026f3c](https://github.com/webpack/webpack.js.org/commit/b026f3c))
* **api/node:** watch options link, watch note ([4ab878b](https://github.com/webpack/webpack.js.org/commit/4ab878b))
* **concepts/plugins:** add overview for plugins ([6d0987a](https://github.com/webpack/webpack.js.org/commit/6d0987a))
* **config/resolve:** added default information about target: node for resolving main fields ([#241](https://github.com/webpack/webpack.js.org/issues/241)) ([7990189](https://github.com/webpack/webpack.js.org/commit/7990189))
* **configuration/stats:** add author ([6c9557b](https://github.com/webpack/webpack.js.org/commit/6c9557b))
* **configuration/stats:** add details to stats ([4d0e09c](https://github.com/webpack/webpack.js.org/commit/4d0e09c))
* **configuration/stats:** sort alphabetically ([cf5dd48](https://github.com/webpack/webpack.js.org/commit/cf5dd48))
* **donate/open_collective:** add open collective splash banner, and nav link ([a3ea60e](https://github.com/webpack/webpack.js.org/commit/a3ea60e))
* **lint:** add alex social sensitivity linter ([88a1272](https://github.com/webpack/webpack.js.org/commit/88a1272))
* **lint:** implement markdownlint ([0d67f33](https://github.com/webpack/webpack.js.org/commit/0d67f33))
* **loaderapi:** create initial loader api ([#364](https://github.com/webpack/webpack.js.org/issues/364)) ([3265cc7](https://github.com/webpack/webpack.js.org/commit/3265cc7))
* **migration-guide:** added System.import ([824d3b1](https://github.com/webpack/webpack.js.org/commit/824d3b1))
* **node/api:** add toString doc ([f3612b0](https://github.com/webpack/webpack.js.org/commit/f3612b0))
* **pluginapi:** implement separate directory structure for plugin api (no content yet) ([bc78a48](https://github.com/webpack/webpack.js.org/commit/bc78a48))
* **pluginsapi:** add tapable complete overview ([2c4b952](https://github.com/webpack/webpack.js.org/commit/2c4b952))
* **pluginsapi:** added a bit more content for inspriation ([3001e86](https://github.com/webpack/webpack.js.org/commit/3001e86))
* **sidebar:** fixed sidebar on guides page ([ccaab88](https://github.com/webpack/webpack.js.org/commit/ccaab88))
* **splash:** add additional sponsorship info in banner ([bdc173e](https://github.com/webpack/webpack.js.org/commit/bdc173e))
* **splash:** bump sponsor and backer counts ([676e5af](https://github.com/webpack/webpack.js.org/commit/676e5af))
* **vote:** add information about influence, their value, and disclaimer, basic styling ([12f04ad](https://github.com/webpack/webpack.js.org/commit/12f04ad))
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"lint:social": "alex ./**/*.md",
"lint:prose": "cp .proselintrc ~/ && proselint content",
"test": "npm run lint ",
"sitemap": "cd build && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml"
"sitemap": "cd build && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml",
"release": "standard-version"
},
"devDependencies": {
"alex": "^3.1.0",
Expand Down Expand Up @@ -87,6 +88,7 @@
"request": "^2.75.0",
"sass-loader": "^4.0.2",
"sitemap-static": "^0.3.1",
"standard-version": "^4.0.0",
"style-loader": "^0.13.1",
"tap-min": "^1.1.0",
"tap-parser": "^5.3.3",
Expand Down
Loading