Skip to content

Commit

Permalink
Update changelog (#37)
Browse files Browse the repository at this point in the history
* Update changelog

* Update CHANGELOG.md

* Update ci.yml

* Update CHANGELOG.md

* Final test

* revert ci wf

* fix yarn
  • Loading branch information
LukeHackett12 authored Mar 18, 2024
1 parent 0884b56 commit 1ab5874
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 295 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Changelog
# Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v1.0.13](https://github.com/ObolNetwork/obol-sdk/compare/v1.0.12...v1.0.13)
## [1.0.13](https://github.com/obolnetwork/obol-sdk/compare/v1.0.12...v1.0.13) (2024-03-18)

- Fix release WF [`#36`](https://github.com/ObolNetwork/obol-sdk/pull/36)
- chore(release): v1.0.13 [`#35`](https://github.com/ObolNetwork/obol-sdk/pull/35)
- add contribution guidelines [`#34`](https://github.com/ObolNetwork/obol-sdk/pull/34)
- support v1.8.0 [`#31`](https://github.com/ObolNetwork/obol-sdk/pull/31)
- update e2e during release [`#25`](https://github.com/ObolNetwork/obol-sdk/pull/25)
Expand All @@ -13,9 +13,7 @@ All notable changes to this project will be documented in this file. Dates are d
- Create label-issues.yml [`0f1252f`](https://github.com/ObolNetwork/obol-sdk/commit/0f1252f24badba89251a3595cb5d57a0790e5faf)
- change to upgrade [`430bbc0`](https://github.com/ObolNetwork/obol-sdk/commit/430bbc05325f5b5f713b52952fd16954cf1396d6)

#### v1.0.12

> 27 February 2024
## [1.0.12](https://github.com/ObolNetwork/obol-sdk/tree/v1.0.12) (2024-02-27)

- Fix sdk deployment [`#18`](https://github.com/ObolNetwork/obol-sdk/pull/18)
- Hanan/update sdk [`#17`](https://github.com/ObolNetwork/obol-sdk/pull/17)
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/elliptic": "^6.4.18",
"@types/jest": "^28.1.8",
"@types/node": "^20.2.5",
Expand All @@ -81,7 +82,6 @@
],
"release-it": {
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"commitMessage": "chore(release): v${version}",
"push": true,
"commit": true,
Expand All @@ -97,8 +97,12 @@
"publish": false,
"ignoreVersion": false
},
"hooks": {
"after:bump": "npx auto-changelog -p --hide-credit"
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
}
},
"jest": {
Expand Down
Loading

0 comments on commit 1ab5874

Please sign in to comment.