Skip to content

Commit

Permalink
💚 ci(all): update release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 29, 2024
1 parent b5ba1b8 commit 48a2079
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 33 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ jobs:
#########################################################################
# APP - BUILD & RELEASE ARM LINUX
#########################################################################
- name: 🖥️ Build linux APP ARM
if: matrix.settings.platform == 'ubuntu-22.04'
uses: Shiritai/xc-tauri-rasp-action@v0.1.2
with:
path: packages/app
arch: arm64
project-name: super8-aarch64
continue-on-error: true
# - name: 🖥️ Build linux APP ARM
# if: matrix.settings.platform == 'ubuntu-22.04'
# uses: Shiritai/xc-tauri-rasp-action@v0.1.2
# with:
# path: packages/app
# arch: arm64
# project-name: super8-aarch64
# continue-on-error: true

#########################################################################
# APP - PUBLISH WEB
Expand Down
27 changes: 13 additions & 14 deletions .github/workflows/release-exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,26 @@ jobs:
allowUpdates: true
artifacts: "packages/exts/dist/exts/*"
body: |
${{ steps.pkg.outputs.name }} apps and extensions v${{ env.UPDATED_VERSION }}
${{ steps.pkg.outputs.description }}
<p><b>Apps & Extensions releases for ${{steps.pkg.outputs.name}} v${{ env.UPDATED_VERSION }}</b></p>
<p>${{ steps.pkg.outputs.description }}</p>
---
🌐 WEB: ${{ steps.pkg.outputs.homepage }}
📚 DOCUMENTATION:${{ steps.pkg.outputs.docs }}
🧩 CHANGELOG: ${{ steps.pkg.outputs.repo }}/blob/main/packages/app/CHANGELOG.md
📜 LICENSE: ${{ steps.pkg.outputs.repo }}/blob/main/LICENSE
🌐 [WEB](${{ steps.pkg.outputs.homepage }})
📚 [DOCUMENTATION](${{ steps.pkg.outputs.docs }})
🧩 [CHANGELOG](${{ steps.pkg.outputs.repo }}/blob/main/packages/app/CHANGELOG.md)
📜 [LICENSE](${{ steps.pkg.outputs.repo }}/blob/main/LICENSE)
#########################################################################
# PUBLISH IN FIREFOX WEB STORE
#########################################################################

- name: 🧩🦊 Upload FIREFOX extension
uses: wdzeng/firefox-addon@v1
uses: trmcnvn/firefox-addon@v1
with:
addon-guid: '${{ steps.pkg.outputs.firefox_storeId }}'
xpi-path: "packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-firefox.zip"
# get keys in:
# https://addons.mozilla.org/en-US/developers/addon/api/key/
jwt-issuer: ${{ secrets.FIREFOX_API_KEY }}
jwt-secret: ${{ secrets.FIREFOX_API_SECRET }}
uuid: ${{ steps.pkg.outputs.firefox_storeId }}
xpi: packages/exts/dist/exts/firefox-${{ steps.pkg.outputs.id }}.zip
manifest: packages/exts/dist/firefox/manifest.json
api-key: ${{ secrets.FIREFOX_API_KEY }}
api-secret: ${{ secrets.FIREFOX_API_SECRET }}
continue-on-error: true

#########################################################################
Expand All @@ -117,7 +116,7 @@ jobs:
refresh-token: '${{ secrets.CHOME_EXTENSION_REFRESH_TOKEN }}'
client-id: '${{ secrets.CHOME_EXTENSION_CLIENT_ID }}'
client-secret: '${{ secrets.CHOME_EXTENSION_CLIENT_SECRET }}'
zip-path: "packages/exts/exts/${{ steps.pkg.outputs.id }}-chrome.zip"
zip-path: "packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip"
extension-id: '${{steps.pkg.outputs.chrome_storeId}}'
continue-on-error: true

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,35 +310,35 @@
"windowsExe": {
"name": "Windows App (.exe)",
"logo": "windows",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.5_x64-setup.exe",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.6_x64-setup.exe",
"type": "desktop",
"update-version": true
},
"windowsMSI": {
"name": "Windows App (.msi)",
"logo": "windows",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.5_x64-setup.nsis.zip",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.6_x64-setup.nsis.zip",
"type": "desktop",
"update-version": true
},
"linuxAppImage": {
"name": "Linux App (.AppImage)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.5_amd64.AppImage.tar.gz",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.6_amd64.AppImage.tar.gz",
"type": "desktop",
"update-version": true
},
"linuxDeb": {
"name": "Linux App (.deb)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.5_amd64.deb",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.6_amd64.deb",
"type": "desktop",
"update-version": true
},
"linuxRpm": {
"name": "Linux App (.rpm)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8-0.2.5-1.x86_64.rpm",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8-0.2.6-1.x86_64.rpm",
"type": "desktop",
"update-version": true
},
Expand Down
6 changes: 6 additions & 0 deletions packages/_core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/core-react

## 0.2.6

### Patch Changes

- update release

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/core-react",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/core

## 0.2.6

### Patch Changes

- update release

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@s-8/core",
"description": "Super8 core functionality",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/app

## 0.2.6

### Patch Changes

- update release

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/app",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Some of this are used in build process of tauri
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
name = "super8"
version = "0.2.5"
version = "0.2.6"
description = "🎬🎨🧩 Add styles to web video like iFrames, YouTube & Vimeo videos, Netflix, Amazon etc"
authors = ["angelo <angelo@pigeonposse.com>"]
# license = "GPL-3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/docs

## 0.3.12

### Patch Changes

- update release

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/docs",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"type": "module",
"description": "A Super8 Documentation site by PigeonPosse",
Expand Down
6 changes: 6 additions & 0 deletions packages/exts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/exts

## 0.2.6

### Patch Changes

- update release

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@s-8/exts",
"description": "Super8 browser extensions",
"private": true,
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 48a2079

Please sign in to comment.