Skip to content

Commit

Permalink
feat(VAST-46): use github actions to generate releases (#38)
Browse files Browse the repository at this point in the history
* VAST-46 complete changelog

* feat(VAST-46): update changelog

* feat(VAST-46): add github action

* chore: remove duplicate changelog

* chore: fake change to test

* chore: delete fake changes

---------

Co-authored-by: Marie Gossé <marie.gosse@ext.arte.tv>
  • Loading branch information
privaloops and kasty committed Oct 10, 2023
1 parent ab2d400 commit 32c4492
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 801 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "🏷️ Create release"

permissions:
contents: write

on:
push:
tags:
- '*'

jobs:
create-release:
name: "Create release from CHANGELOG"
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
# (Required) GitHub token for creating GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
changelog: CHANGELOG.md
36 changes: 9 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<a name="1.1.4"></a>
## [1.1.4](#1.1.4) (2023-08-23)


### Bug Fixes
* fix(VAST-54): Clear skip button interval on player destroy by @kasty (#45)

<a name="1.1.3"></a>
## [1.1.3](#1.1.3) (2023-07-20)


### Bug Fixes
* fix(VAST-49): change target from saf13 to saf11 by @privaloops (#42)
* fix(VAST-51): add try catch by @kasty (#43)

<a name="1.1.2"></a>
## [1.1.2](#1.1.2) (2023-07-04)
Expand All @@ -23,6 +26,10 @@
## [1.1.1](#1.1.1) (2023-07-03)


### Bug Fixes

* fix([VAST-44](https://artetv.atlassian.net/browse/VAST-44)): skip linear mode if no mediafile (#36) ([6bdea00fbf7caf5ed5a7bd539a4b66063684a4b9](https://github.com/ArteGEIE/videojs-vast/commit/6bdea00fbf7caf5ed5a7bd539a4b66063684a4b9))


<a name="1.1.0"></a>
# [1.1.0](#1.1.0) (2023-06-27)
Expand Down Expand Up @@ -52,28 +59,3 @@
* feat([VAST-39](https://artetv.atlassian.net/browse/VAST-39)): Deploy demo on Github Pages (#27) ([bb636255ba7a25a9782ebbd90c8bb81cf047114a](https://github.com/ArteGEIE/videojs-vast/commit/bb636255ba7a25a9782ebbd90c8bb81cf047114a))

* feat([VAST-43](https://artetv.atlassian.net/browse/VAST-43)): update env var names (#33) ([0883803c370edfb16058fb35899960a3fc03edeb](https://github.com/ArteGEIE/videojs-vast/commit/0883803c370edfb16058fb35899960a3fc03edeb))




<a name="1.0.1"></a>
## [1.0.1](#1.0.1) (2023-05-23)


### Bug Fixes

* fix([VAST-42](https://artetv.atlassian.net/browse/VAST-42)): add @babel/node dep (#32) ([8741b95e9db2f30418f394be01e6af71ad36fafd](https://github.com/ArteGEIE/videojs-vast/commit/8741b95e9db2f30418f394be01e6af71ad36fafd))



### Features

* feat([VAST-35](https://artetv.atlassian.net/browse/VAST-35)): Add Complete VAST specs (4.3) (#26) ([24bad422ca6befd670e702a9f18bf15d13e10819](https://github.com/ArteGEIE/videojs-vast/commit/24bad422ca6befd670e702a9f18bf15d13e10819))

* feat([VAST-39](https://artetv.atlassian.net/browse/VAST-39)): Deploy demo on Github Pages (#27) ([bb636255ba7a25a9782ebbd90c8bb81cf047114a](https://github.com/ArteGEIE/videojs-vast/commit/bb636255ba7a25a9782ebbd90c8bb81cf047114a))

* feat([VAST-43](https://artetv.atlassian.net/browse/VAST-43)): update env var names (#33) ([0883803c370edfb16058fb35899960a3fc03edeb](https://github.com/ArteGEIE/videojs-vast/commit/0883803c370edfb16058fb35899960a3fc03edeb))




118 changes: 0 additions & 118 deletions github-release.mjs

This file was deleted.

Loading

0 comments on commit 32c4492

Please sign in to comment.