Skip to content

Commit 8fe2202

Browse files
chore(release): apply skill changesets (#115)
Co-authored-by: odinr <7370336+odinr@users.noreply.github.com>
1 parent 0bd63ed commit 8fe2202

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.changeset/successor-replacement-workflow.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this repository are documented in this file.
44

5+
## v0.17.1
6+
7+
### Patch
8+
9+
__🎯 [feat(workflow): auto-install successor when removing deprecated skills #114](https://github.com/equinor/fusion-skills/pull/114)<br/>
10+
🗂️ [ba55a17](https://github.com/equinor/fusion-skills/commit/ba55a1781dc2860af47c2645a08bdf9ede7e385b)__
11+
12+
Document `skip-successor-install` and `skills-source` inputs in sync-workflows reference
13+
14+
Update `references/sync-workflows.md` to document the two new workflow inputs added to
15+
`skills-update.yml` for automated successor installation during deprecation cleanup.
16+
17+
Resolves equinor/fusion-core-tasks#841
18+
519
## v0.17.0
620

721
### Minor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fusion-skills",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"devDependencies": {
66
"@biomejs/biome": "^2.4.8",
77
"@graphql-codegen/cli": "^6.2.1",

0 commit comments

Comments
 (0)