Skip to content

Commit 3b29130

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 4bd2520 + 8bb80be commit 3b29130

File tree

6 files changed

+32
-20
lines changed

6 files changed

+32
-20
lines changed

.github/workflows/bump.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,32 @@ jobs:
1010
bump-version:
1111
name: "Bump Version on release branch"
1212
runs-on: ubuntu-latest
13-
timeout-minutes: 3
13+
timeout-minutes: 5
1414
steps:
1515
- name: "Checkout source code"
16-
uses: "actions/checkout@v5"
16+
uses: "actions/checkout@v6"
1717
with:
1818
ref: ${{ github.ref }}
1919
- name: "✏️ Generate release changelog"
2020
uses: janheinrichmerker/action-github-changelog-generator@v2.4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
user: dermatologist
24-
maxIssues: 3
24+
maxIssues: 15
2525
httpCache: true
26+
- name: Commit changes
27+
uses: EndBug/add-and-commit@v9
28+
with:
29+
default_author: github_actions
30+
add: '*.md'
2631
- name: 'Automated Version Bump'
2732
uses: 'dermatologist/gh-action-bump-version@develop'
2833
env:
2934
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3035
with:
31-
minor-wording: 'add,Adds,new'
32-
major-wording: 'MAJOR,cut-major'
33-
patch-wording: 'patch,fixes' # Providing patch-wording will override commits
36+
minor-wording: 'add,Adds,new,feat,feature,Feature,update,Update,improve,Improve,fix,Fix,fixes'
37+
major-wording: 'MAJOR,cut-major,major,breaking'
38+
patch-wording: 'patch,chore,refactor,docs' # Providing patch-wording will override commits
3439
# defaulting to a patch bump.
3540
rc-wording: 'RELEASE,alpha'
36-
tag-prefix: 'v' #Prefix avoids conflict with git-flow tagging
41+
skip-tag: 'true' # Tag creation is handled in another workflow

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 10
1313
steps:
14-
- uses: actions/checkout@v5
15-
- uses: actions/setup-node@v6.0.0
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6.1.0
1616
with:
1717
node-version: 18
1818
- name: Install Dependencies

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
steps:
1818
- name: Begin CI...
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Use Node 18
22-
uses: actions/setup-node@v6.0.0
22+
uses: actions/setup-node@v6.1.0
2323
with:
2424
node-version: 18.x
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4.3.0
27+
uses: actions/cache@v5.0.1
2828
with:
2929
path: node_modules
3030
key: nodeModules-${{ hashFiles('**/package-lock.lock') }}

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v6.0.0
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-node@v6.1.0
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
17-
- run: npm publish
18-
env:
19-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
17+
- run: npm run build
18+
- run: npm publish

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## [Unreleased](https://github.com/dermatologist/fhirformjs/tree/HEAD)
44

5-
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.1.6...HEAD)
5+
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.2.0...HEAD)
66

77
**Merged pull requests:**
88

9+
- chore: update bump workflow timeout and max issues; modify publish no… [\#225](https://github.com/dermatologist/fhirformjs/pull/225) ([dermatologist](https://github.com/dermatologist))
10+
- chore\(deps\): bump actions/cache from 4.3.0 to 5.0.1 [\#223](https://github.com/dermatologist/fhirformjs/pull/223) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- chore\(deps\): bump actions/setup-node from 6.0.0 to 6.1.0 [\#222](https://github.com/dermatologist/fhirformjs/pull/222) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- chore\(deps\): bump actions/checkout from 5 to 6 [\#219](https://github.com/dermatologist/fhirformjs/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot))
913
- chore: update action for automated version bump to use dermatologist'… [\#218](https://github.com/dermatologist/fhirformjs/pull/218) ([dermatologist](https://github.com/dermatologist))
1014
- chore\(deps\): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 [\#217](https://github.com/dermatologist/fhirformjs/pull/217) ([dependabot[bot]](https://github.com/apps/dependabot))
1115
- chore\(deps\): bump actions/setup-node from 5.0.0 to 6.0.0 [\#216](https://github.com/dermatologist/fhirformjs/pull/216) ([dependabot[bot]](https://github.com/apps/dependabot))
@@ -17,6 +21,10 @@
1721
- chore\(deps-dev\): bump jest-watch-typeahead from 2.2.2 to 3.0.1 [\#209](https://github.com/dermatologist/fhirformjs/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
1822
- chore\(deps-dev\): bump @types/jest from 29.5.14 to 30.0.0 [\#208](https://github.com/dermatologist/fhirformjs/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
1923

24+
## [1.2.0](https://github.com/dermatologist/fhirformjs/tree/1.2.0) (2025-11-11)
25+
26+
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.1.6...1.2.0)
27+
2028
## [1.1.6](https://github.com/dermatologist/fhirformjs/tree/1.1.6) (2025-06-02)
2129

2230
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.1.5...1.1.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fhirformjs",
33
"description": "FHIR Questionnaire To Form Converter for rendering",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)