Skip to content

Commit 72a8495

Browse files
chore(release): 1.0.0-canary.1 [skip ci]
1 parent 81edfff commit 72a8495

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,54 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## 1.0.0-canary.1 (2023-08-24)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- if your package manager don't auto install peers add `semantic-release` manually: `npm install --save-dev semantic-release`
13+
- **deps:** Drops support for Node v16 and older
14+
- this preset used the angular commit convention previously, from now on it's conventional commits so we match our commitlint and other semantic release setups.
15+
16+
### Features
17+
18+
- add semantic-release-license ([#6](https://github.com/sanity-io/semantic-release-preset/issues/6)) ([588fa26](https://github.com/sanity-io/semantic-release-preset/commit/588fa266303286e4c789020ddc48b83050076d1a))
19+
- **deps:** update dependency semantic-release to v21 ([#74](https://github.com/sanity-io/semantic-release-preset/issues/74)) ([35024d4](https://github.com/sanity-io/semantic-release-preset/commit/35024d4d34d31bac73eadbc1c7bc0dad8cc52d42))
20+
- initial release ([1d77669](https://github.com/sanity-io/semantic-release-preset/commit/1d776691cbe04a4e74fb5b26fa8864dfa415de51))
21+
- switch to conventional commits ([#9](https://github.com/sanity-io/semantic-release-preset/issues/9)) ([195fdcf](https://github.com/sanity-io/semantic-release-preset/commit/195fdcf232e8ce088fd6835c962aa2b48b36fed0))
22+
23+
### Bug Fixes
24+
25+
- add note in TODO about docs ([0b6ecdc](https://github.com/sanity-io/semantic-release-preset/commit/0b6ecdcba08114dc86c9d77ef9f3c893e192cf93))
26+
- add provenance ([cf35960](https://github.com/sanity-io/semantic-release-preset/commit/cf359604710e1feed999218780e4ec48c83cee3a))
27+
- changelog title formatting ([b87a365](https://github.com/sanity-io/semantic-release-preset/commit/b87a3651ca6f56bb3cecab954fe71ea69e4f7f46))
28+
- **deps:** lock file maintenance ([#36](https://github.com/sanity-io/semantic-release-preset/issues/36)) ([1a80d7d](https://github.com/sanity-io/semantic-release-preset/commit/1a80d7d7317a6abcac75f8ae127a213ffbdb8b3a))
29+
- **deps:** lock file maintenance ([#39](https://github.com/sanity-io/semantic-release-preset/issues/39)) ([bcdd373](https://github.com/sanity-io/semantic-release-preset/commit/bcdd373d549e4a4dd3767e33fb3a7c6219a41e53))
30+
- **deps:** update dependency @semantic-release/changelog to ^6.0.2 ([1d53742](https://github.com/sanity-io/semantic-release-preset/commit/1d537420680f39c79b10e157620cf51581c553c4))
31+
- **deps:** update dependency conventional-changelog-conventionalcommits to v6 ([#90](https://github.com/sanity-io/semantic-release-preset/issues/90)) ([0d58fdb](https://github.com/sanity-io/semantic-release-preset/commit/0d58fdb55745f83e6405c427376b688434d29b43))
32+
- **deps:** update dependency semantic-release to ^19.0.3 ([287d8d0](https://github.com/sanity-io/semantic-release-preset/commit/287d8d0842ba4f99794310ac25f02acbece12ce4))
33+
- **deps:** update dependency semantic-release to ^19.0.5 ([3479eae](https://github.com/sanity-io/semantic-release-preset/commit/3479eae431c55ece215b3181516d11d9cbf468f7))
34+
- **deps:** update dependency semantic-release to v20 ([#40](https://github.com/sanity-io/semantic-release-preset/issues/40)) ([8dd50d9](https://github.com/sanity-io/semantic-release-preset/commit/8dd50d9a57b4c9f37e6e34305fb0bcf31eee2347))
35+
- **deps:** update dependency semantic-release to v20.0.1 ([#47](https://github.com/sanity-io/semantic-release-preset/issues/47)) ([c46e5a3](https://github.com/sanity-io/semantic-release-preset/commit/c46e5a388c0a34a2b37352ca8dc8ddfdfd836368))
36+
- **deps:** update dependency semantic-release to v20.0.2 ([#48](https://github.com/sanity-io/semantic-release-preset/issues/48)) ([3a9554d](https://github.com/sanity-io/semantic-release-preset/commit/3a9554d71c9d32626b0457bd712d651d630ad1e6))
37+
- **deps:** update dependency semantic-release-license to ^1.0.3 ([#71](https://github.com/sanity-io/semantic-release-preset/issues/71)) ([286960d](https://github.com/sanity-io/semantic-release-preset/commit/286960de2de0bfd4e876687485ab05dbf3ce8d8b))
38+
- **deps:** update non-major ([#92](https://github.com/sanity-io/semantic-release-preset/issues/92)) ([3397e42](https://github.com/sanity-io/semantic-release-preset/commit/3397e426d3a3ddec0d3d1029e89b1870c2f74ff3))
39+
- **deps:** update semantic-release monorepo ([6f2956e](https://github.com/sanity-io/semantic-release-preset/commit/6f2956e942ba2b3565a4020c1d1071c4c897d531))
40+
- disable markdownlint in changelog ([76b81f2](https://github.com/sanity-io/semantic-release-preset/commit/76b81f2e674ba17f9bdab4aa8706564664841b2d))
41+
- make prettier PRs ([fe45bd9](https://github.com/sanity-io/semantic-release-preset/commit/fe45bd93f849776fc26dbf676c199af902e46f3d))
42+
- no release commit body to pass commitlint ([4e29fc5](https://github.com/sanity-io/semantic-release-preset/commit/4e29fc587f7fab9855983ffee5c7cfb8213be6fa))
43+
- **README:** add link to gitlab preset ([329fa8c](https://github.com/sanity-io/semantic-release-preset/commit/329fa8cf19ac99389158cefa4a8f09e6e98627e6))
44+
- reduce GitHub rate limit errors ([#81](https://github.com/sanity-io/semantic-release-preset/issues/81)) ([b24eb19](https://github.com/sanity-io/semantic-release-preset/commit/b24eb1941eb19a0cf327c949b802b93b495ee690))
45+
- run prettier on changelog ([0191f99](https://github.com/sanity-io/semantic-release-preset/commit/0191f9993c746418491cbac132b04aa335c4be17))
46+
- test new workflow ([d6ee43c](https://github.com/sanity-io/semantic-release-preset/commit/d6ee43c76996f0b2c6cd3581c22e7766f6105e0d))
47+
- turn `successComment` on github release back on ([5660189](https://github.com/sanity-io/semantic-release-preset/commit/5660189573732087f4796beb08fc1085ccaf74f0))
48+
- update readme CI example ([1e8a5a2](https://github.com/sanity-io/semantic-release-preset/commit/1e8a5a24bc9ff84290a8080526bbf9b691fe10a4))
49+
- update semver range ([a671b7b](https://github.com/sanity-io/semantic-release-preset/commit/a671b7b246b1725bbc1f52c12cf999ea1a6a041b))
50+
- use tagFormat for monorepos ([81edfff](https://github.com/sanity-io/semantic-release-preset/commit/81edfff2597094ec808e6761a45a8f0ebfbb8c88))
51+
52+
### Code Refactoring
53+
54+
- `semantic-release` is now a peer dep ([bcc84e7](https://github.com/sanity-io/semantic-release-preset/commit/bcc84e7a5d75cda1f50cc236778b716e1b792276))
55+
856
## [4.1.4-canary.1](https://github.com/sanity-io/semantic-release-preset/compare/v4.1.3...v4.1.4-canary.1) (2023-08-24)
957

1058
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/semantic-release-preset",
3-
"version": "4.1.4-canary.1",
3+
"version": "1.0.0-canary.1",
44
"description": "Recommended setup for releasing semantically using GitHub Actions workflows",
55
"keywords": [
66
".releaserc.json",

0 commit comments

Comments
 (0)