Skip to content

Commit

Permalink
Update to v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Aug 31, 2022
1 parent 45b2262 commit 325dc5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:
- 'v[0-9]+.[0-9]+-dev'
- 'v[0-9]+.[0-9]+.x'
- 'publish-*'
tags:
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'
release:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .render/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ amwa_id: IS-05
baseurl: /is-05

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

# Regex patterns of releases and branches to show
show_releases: ^v[0-9]+\.[0-9]+$|^v[0-9]+\.[0-9]+\.[0-9]+$
Expand Down
2 changes: 1 addition & 1 deletion spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo_name: is-05
alt_repo_name: nmos-device-connection-management
repo_url: https://github.com/AMWA-TV/is-05
releases:
- v1.1.1
- v1.1.2
- v1.0.2
default_branch: v1.1.x
show_in_index: true

0 comments on commit 325dc5c

Please sign in to comment.