Skip to content

Commit 665ecb2

Browse files
committedJan 28, 2022
Merge branch 'fix-release-process'
2 parents 70911c0 + 72ef42e commit 665ecb2

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed
 

‎CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changes
22

3+
<<<<<<< HEAD
34
## 13.0.0
45

56
- [`cf3d6c0c`](https://github.com/sinonjs/sinon/commit/cf3d6c0cd9689c0ee673b3daa8bf9abd70304392)
@@ -201,6 +202,8 @@
201202

202203
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2022-01-28._
203204

205+
=======
206+
>>>>>>> parent of 41710467 (Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (#2426))
204207
## 12.0.1
205208

206209
- [`3f598221`](https://github.com/sinonjs/sinon/commit/3f598221045904681f2b3b3ba1df617ed5e230e3)

‎docs/_config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8+
<<<<<<< HEAD
89
current_release: v13.0.0
10+
=======
11+
current_release: v12.0.1
12+
>>>>>>> parent of 41710467 (Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (#2426))
913
markdown: kramdown
1014
kramdown:
1115
input: GFM

‎docs/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Changelog
44
permalink: /releases/changelog
55
---
66
# Changelog
7+
<<<<<<< HEAD
78

89
## 13.0.0
910

@@ -205,13 +206,23 @@ permalink: /releases/changelog
205206
Add release documentation for v12.0.1 (Carl-Erik Kopseng)
206207

207208
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2022-01-28._
209+
=======
210+
# Changes
211+
>>>>>>> parent of 41710467 (Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (#2426))
208212
209213
## 12.0.1
210214

211215
- [`3f598221`](https://github.com/sinonjs/sinon/commit/3f598221045904681f2b3b3ba1df617ed5e230e3)
212216
Fix issue with npm unlink for npm version > 6 (Carl-Erik Kopseng)
217+
>
218+
> 'npm unlink' would implicitly unlink the current dir
219+
> until version 7, which requires an argument
220+
>
213221
- [`51417a38`](https://github.com/sinonjs/sinon/commit/51417a38111eeeb7cd14338bfb762cc2df487e1b)
214222
Fix bundling of cjs module (#2412) (Julian Grinblat)
223+
>
224+
> * Fix bundling of cjs module >
225+
> * Run prettier
215226
216227
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2021-11-04._
217228

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier:check": "prettier --check '**/*.{js,css,md}'",
5656
"prettier:write": "prettier --write '**/*.{js,css,md}'",
5757
"preversion": "./scripts/preversion.sh",
58-
"version": "./scripts/version.sh",
58+
"version": "changes --commits --footer",
5959
"postversion": "./scripts/postversion.sh"
6060
},
6161
"nyc": {

0 commit comments

Comments
 (0)
Please sign in to comment.