Skip to content

Commit

Permalink
Merge pull request #640 from primer/release-10.10.4
Browse files Browse the repository at this point in the history
Release 10.10.4
  • Loading branch information
shawnbot authored Jan 11, 2019
2 parents 7eb7374 + 1429313 commit f0e0158
Show file tree
Hide file tree
Showing 113 changed files with 3,329 additions and 1,237 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# 10.10.4

#### :memo: Documentation
* [#642](https://github.com/primer/primer/pull/642) docs: add Ash's new header illustration. ([@shawnbot](https://github.com/shawnbot))

#### :house: Internal
* [#641](https://github.com/primer/primer/pull/641) test(docs): improve style guide URL path test. ([@shawnbot](https://github.com/shawnbot))
* [#635](https://github.com/primer/primer/pull/635) docs: Releases link, Status key page move. ([@shawnbot](https://github.com/shawnbot))

#### Committers: 1
- Shawn Allen ([shawnbot](https://github.com/shawnbot))

# 10.10.3

#### :memo: Documentation
* [#632](https://github.com/primer/primer/pull/632) Happy new year! ([@shawnbot](https://github.com/shawnbot))
* [#626](https://github.com/primer/primer/pull/626) Branch deployment, docs for the docs. ([@shawnbot](https://github.com/shawnbot))
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.next/
after.txt
static/primer.css
78 changes: 0 additions & 78 deletions docs/before.txt

This file was deleted.

17 changes: 0 additions & 17 deletions docs/lib/changelog.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const filter = require('metalsmith-filter')
const frontmatter = require('metalsmith-matters')
const watch = require('metalsmith-watch')

const addChangelog = require('./changelog')
const addPackageMeta = require('./add-package-meta')
const {extractPackages, writePackagesJSON} = require('./extract-packages-json')
const addSource = require('./add-source')
Expand Down Expand Up @@ -57,12 +56,6 @@ module.exports = function sync(options = {}) {
)
// rename files with their "path" frontmatter key
.use(rename(file => file[ns] ? `${file[ns].path}.md` : true), {log})
// read the changelog manually
.use(addChangelog('../CHANGELOG.md', 'whats-new/changelog.md', file => {
file[ns] = {
title: 'Changelog'
}
}))
.use((_files, metal, done) => {
files = _files
done()
Expand Down
Loading

0 comments on commit f0e0158

Please sign in to comment.