Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hovig-theo committed Sep 6, 2024
1 parent 6631068 commit fed2053
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
done
- name: Commit Changelogs
run: |
git config user.name THEObuildbot
git config user.email [email protected]
git add connectors/**/CHANGELOG.md
git commit -m "update CHANGELOG.md"
git push
git push origin HEAD:master
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish release
on:
# Runs whenever a new tag is pushed
push:
tags:
- '*.*.*'
# push:
# tags:
# - '*.*.*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 4 additions & 0 deletions connectors/analytics/comscore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 6.10.0

* Initial release.
4 changes: 4 additions & 0 deletions connectors/analytics/conviva/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 4.1.0

* Initial release.
4 changes: 4 additions & 0 deletions connectors/analytics/nielsen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 5.5.0

* Initial release.
4 changes: 4 additions & 0 deletions connectors/mediasession/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 4.8.0

* Initial release.
4 changes: 4 additions & 0 deletions connectors/uplynk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 7.12.0

* Initial release.
4 changes: 4 additions & 0 deletions connectors/yospace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* This is a test changelog.

## 7.6.0

* Initial release.

0 comments on commit fed2053

Please sign in to comment.