Skip to content

Commit fe65826

Browse files
committed
Remove release archives from master
These archives made it difficult to find things in the GitHub interface, and take up a lot of space in a checked-out repo for something that is not useful to most people checking out the repository. The main purpose of these archives is to make old versions and documentation available on the Sinon website that is run out of this repo. This can be supported by using a separate branch for website releases, and to maintain the archives. Following this commit, the `npm version` scripts will be updated to automatically handle archiving the releases in the new releases branch and keeping it up to date with master. Also remove the directories we removed from .prettierignore, since they don't exist any more.
1 parent 56b0612 commit fe65826

File tree

2,572 files changed

+0
-2598472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,572 files changed

+0
-2598472
lines changed

.prettierignore

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ tmp/
55
.sass-cache
66
docs/_site/
77
docs/js/
8-
docs/releases/
9-
docs/_releases/
108
docs/assets/js/
119
CHANGELOG.md
1210
docs/changelog.md

docs/_releases/latest.md

-39
This file was deleted.

docs/_releases/latest/assertions.md

-190
This file was deleted.

docs/_releases/latest/examples/.eslintrc.yml

-17
This file was deleted.

docs/_releases/latest/examples/.gitignore

-1
This file was deleted.

docs/_releases/latest/examples/fakes-1-using-fakes-instead-of-spies.test.js

-17
This file was deleted.

docs/_releases/latest/examples/fakes-10-firstArg.test.js

-17
This file was deleted.

docs/_releases/latest/examples/fakes-11-lastArg.test.js

-21
This file was deleted.

docs/_releases/latest/examples/fakes-12-adding-fake-to-system-under-test.test.js

-20
This file was deleted.

docs/_releases/latest/examples/fakes-2-using-fakes-instead-of-stubs.test.js

-21
This file was deleted.

docs/_releases/latest/examples/fakes-3-creating-without-behaviour.test.js

-14
This file was deleted.

docs/_releases/latest/examples/fakes-4-creating-with-custom-behaviour.test.js

-13
This file was deleted.

0 commit comments

Comments
 (0)