Skip to content

Commit 3d1a15a

Browse files
authored
Release-v1.0.3 (#270)
* upgrade proving keys and manta-rs for release Signed-off-by: Apokalip <simeon@manta.network> * update scripts gen filepath for ubuntu Signed-off-by: Apokalip <simeon@manta.network> * Revert app name change Signed-off-by: Apokalip <simeon@manta.network> * Fix versions Signed-off-by: Apokalip <simeon@manta.network> * push version to 1.0.3 Signed-off-by: Apokalip <simeon@manta.network> Signed-off-by: Apokalip <simeon@manta.network>
1 parent 2f99258 commit 3d1a15a

8 files changed

Lines changed: 33 additions & 36 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@ jobs:
2424
include:
2525
- os: ubuntu-latest
2626
os_type: ubuntu
27-
artifact_name: MantaSigner
28-
asset_name: MantaSigner-linux-amd64
27+
artifact_name: manta-signer
28+
asset_name: manta-signer-linux-amd64
2929
version_suffix: 0
3030
target: linux
3131
- os: ubuntu-18.04
3232
os_type: ubuntu
33-
artifact_name: MantaSigner
34-
asset_name: MantaSigner-linux-amd64
33+
artifact_name: manta-signer
34+
asset_name: manta-signer-linux-amd64
3535
version_suffix: 1
3636
target: linux
3737
- os: ubuntu-22.04
3838
os_type: ubuntu
39-
artifact_name: MantaSigner
40-
asset_name: MantaSigner-linux-amd64
39+
artifact_name: manta-signer
40+
asset_name: manta-signer-linux-amd64
4141
version_suffix: 2
4242
target: linux
4343
- os: windows-2019
4444
os_type: windows
45-
artifact_name: MantaSigner
46-
asset_name: MantaSigner-windows
45+
artifact_name: manta-signer
46+
asset_name: manta-signer-windows
4747
version_suffix: 2
4848
target: win64
4949
- os: macos-latest
5050
os_type: macos
51-
artifact_name: MantaSigner
52-
asset_name: MantaSigner-macos-amd64
51+
artifact_name: manta-signer
52+
asset_name: manta-signer-macos-amd64
5353
version_suffix: 3
5454
target: darwin
5555
steps:
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
upload_url: ${{ steps.get_release.outputs.upload_url }}
120120
asset_path: target/release/bundle/deb/manta-signer_${{ steps.suffixed.outputs.SUFFIXED }}_amd64.deb
121-
asset_name: MantaSigner-${{ matrix.os }}_${{ needs.setup.outputs.release_version }}_amd64.deb
121+
asset_name: manta-signer-${{ matrix.os }}_${{ needs.setup.outputs.release_version }}_amd64.deb
122122
asset_content_type: application/binary
123123
if: matrix.os_type == 'ubuntu' && github.event_name == 'release' && github.event.action == 'published'
124124
- name: Set release vars

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [1.0.2] 2023-01-25
7-
No changes
8-
96
## [1.0.1] 2023-01-24
107
### Added
11-
- [\#261](https://github.com/Manta-Network/manta-signer/pull/261) Bundle Proving Keys with MantaSigner (no download anymore)
8+
- [\#261](https://github.com/Manta-Network/manta-signer/pull/261) Bundle Proving Keys with manta-signer (no download anymore)
129

1310
### Changed
14-
- [\#252](https://github.com/Manta-Network/manta-signer/pull/252) Change app name to MantaSigner and coloured icons
11+
- [\#252](https://github.com/Manta-Network/manta-signer/pull/252) Change app name to manta-signer and coloured icons
1512
### Deprecated
1613

1714
### Removed

scripts/gen_filepath.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ then
1010
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'_amd64.AppImage.tar.gz.sig'
1111
elif [ "$1" == "windows" ]
1212
then
13-
echo '::set-output name=IMAGE::msi/MantaSigner_'$3'_x64_en-US.msi'
14-
echo '::set-output name=IMAGE_UPDATE::msi/MantaSigner_'$3'_x64_en-US.msi.zip'
15-
echo '::set-output name=UPDATE_SIG::msi/MantaSigner_'$3'_x64_en-US.msi.zip.sig'
16-
echo '::set-output name=RELEASE_IMAGE::MantaSigner-'$2'_'$3'_x64.msi'
17-
echo '::set-output name=RELEASE_IMAGE_UPDATE::MantaSigner-'$2'_'$3'_x64.msi.zip'
18-
echo '::set-output name=RELEASE_UPDATE_SIG::MantaSigner-'$2'_'$3'_x64.msi.zip.sig'
13+
echo '::set-output name=IMAGE::msi/manta-signer_'$3'_x64_en-US.msi'
14+
echo '::set-output name=IMAGE_UPDATE::msi/manta-signer_'$3'_x64_en-US.msi.zip'
15+
echo '::set-output name=UPDATE_SIG::msi/manta-signer_'$3'_x64_en-US.msi.zip.sig'
16+
echo '::set-output name=RELEASE_IMAGE::manta-signer-'$2'_'$3'_x64.msi'
17+
echo '::set-output name=RELEASE_IMAGE_UPDATE::manta-signer-'$2'_'$3'_x64.msi.zip'
18+
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'_x64.msi.zip.sig'
1919
elif [ "$1" == "macos" ]
2020
then
21-
echo '::set-output name=IMAGE::dmg/MantaSigner_'$3'_x64.dmg'
22-
echo '::set-output name=IMAGE_UPDATE::macos/MantaSigner.app.tar.gz'
23-
echo '::set-output name=UPDATE_SIG::macos/MantaSigner.app.tar.gz.sig'
24-
echo '::set-output name=RELEASE_IMAGE::MantaSigner-'$2'_'$3'_x64.dmg'
25-
echo '::set-output name=RELEASE_IMAGE_UPDATE::MantaSigner-'$2'_'$3'.app.tar.gz'
26-
echo '::set-output name=RELEASE_UPDATE_SIG::MantaSigner-'$2'_'$3'.app.tar.gz.sig'
21+
echo '::set-output name=IMAGE::dmg/manta-signer_'$3'_x64.dmg'
22+
echo '::set-output name=IMAGE_UPDATE::macos/manta-signer.app.tar.gz'
23+
echo '::set-output name=UPDATE_SIG::macos/manta-signer.app.tar.gz.sig'
24+
echo '::set-output name=RELEASE_IMAGE::manta-signer-'$2'_'$3'_x64.dmg'
25+
echo '::set-output name=RELEASE_IMAGE_UPDATE::manta-signer-'$2'_'$3'.app.tar.gz'
26+
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'.app.tar.gz.sig'
2727
fi

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use std::{
2828
use tokio::fs;
2929

3030
/// Manta Path Identifier
31-
pub const PATH_IDENTIFIER: &str = "MantaSigner";
31+
pub const PATH_IDENTIFIER: &str = "manta-signer";
3232

3333
/// Pushes the [`PATH_IDENTIFIER`] to the end of the given `path` if it exists, attaching the file
3434
/// `name` afterwards.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manta-signer-ui",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "1.0.1",

ui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "manta-signer-ui"
33
edition = "2018"
4-
version = "1.0.2"
4+
version = "1.0.3"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"
77
license-file = "LICENSE"

ui/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
3-
"productName": "MantaSigner",
4-
"version": "1.0.2"
3+
"productName": "manta-signer",
4+
"version": "1.0.3"
55
},
66
"build": {
77
"distDir": "../build",

www/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ function App() {
7878
onclick="window.fathom.trackGoal('KUBL03QU', 0);"
7979
href={
8080
os === 'Mac'
81-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-macos-latest_1.0.2-103_x64.dmg'
81+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-macos-latest_1.0.3-103_x64.dmg'
8282
: os === 'Windows'
83-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-windows-2019_1.0.2_x64.msi'
84-
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/manta-signer-ubuntu-18.04_1.0.2_amd64.deb'
83+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-windows-2019_1.0.3_x64.msi'
84+
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-ubuntu-18.04_1.0.3_amd64.deb'
8585
}
8686
title={
8787
os === 'Mac'

0 commit comments

Comments
 (0)