Skip to content

Commit 325dc5c

Browse files
Update to v1.1.2 release
1 parent 45b2262 commit 325dc5c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ on:
77
- 'v[0-9]+.[0-9]+-dev'
88
- 'v[0-9]+.[0-9]+.x'
99
- 'publish-*'
10-
tags:
11-
- 'v[0-9]+.[0-9]+'
12-
- 'v[0-9]+.[0-9]+.[0-9]+'
1310
release:
11+
1412
jobs:
1513
build:
1614
runs-on: ubuntu-latest

.render/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ amwa_id: IS-05
99
baseurl: /is-05
1010

1111
# Which release or branch appears in header links and on the home page
12-
default_tree: releases/v1.1.1 # alternatively e.g. branches/v1.0.x
12+
default_tree: releases/v1.1.2 # alternatively e.g. branches/v1.0.x
1313

1414
# Regex patterns of releases and branches to show
1515
show_releases: ^v[0-9]+\.[0-9]+$|^v[0-9]+\.[0-9]+\.[0-9]+$

spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repo_name: is-05
66
alt_repo_name: nmos-device-connection-management
77
repo_url: https://github.com/AMWA-TV/is-05
88
releases:
9-
- v1.1.1
9+
- v1.1.2
1010
- v1.0.2
1111
default_branch: v1.1.x
1212
show_in_index: true

0 commit comments

Comments
 (0)