Skip to content

Commit

Permalink
Release-v1.0.3 (#270)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Apokalip committed Jan 26, 2023
1 parent 2f99258 commit 3d1a15a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 36 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Expand Up @@ -24,32 +24,32 @@ jobs:
include:
- os: ubuntu-latest
os_type: ubuntu
artifact_name: MantaSigner
asset_name: MantaSigner-linux-amd64
artifact_name: manta-signer
asset_name: manta-signer-linux-amd64
version_suffix: 0
target: linux
- os: ubuntu-18.04
os_type: ubuntu
artifact_name: MantaSigner
asset_name: MantaSigner-linux-amd64
artifact_name: manta-signer
asset_name: manta-signer-linux-amd64
version_suffix: 1
target: linux
- os: ubuntu-22.04
os_type: ubuntu
artifact_name: MantaSigner
asset_name: MantaSigner-linux-amd64
artifact_name: manta-signer
asset_name: manta-signer-linux-amd64
version_suffix: 2
target: linux
- os: windows-2019
os_type: windows
artifact_name: MantaSigner
asset_name: MantaSigner-windows
artifact_name: manta-signer
asset_name: manta-signer-windows
version_suffix: 2
target: win64
- os: macos-latest
os_type: macos
artifact_name: MantaSigner
asset_name: MantaSigner-macos-amd64
artifact_name: manta-signer
asset_name: manta-signer-macos-amd64
version_suffix: 3
target: darwin
steps:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: target/release/bundle/deb/manta-signer_${{ steps.suffixed.outputs.SUFFIXED }}_amd64.deb
asset_name: MantaSigner-${{ matrix.os }}_${{ needs.setup.outputs.release_version }}_amd64.deb
asset_name: manta-signer-${{ matrix.os }}_${{ needs.setup.outputs.release_version }}_amd64.deb
asset_content_type: application/binary
if: matrix.os_type == 'ubuntu' && github.event_name == 'release' && github.event.action == 'published'
- name: Set release vars
Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.md
Expand Up @@ -3,15 +3,12 @@ All notable changes to this project will be documented in this file.

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).

## [1.0.2] 2023-01-25
No changes

## [1.0.1] 2023-01-24
### Added
- [\#261](https://github.com/Manta-Network/manta-signer/pull/261) Bundle Proving Keys with MantaSigner (no download anymore)
- [\#261](https://github.com/Manta-Network/manta-signer/pull/261) Bundle Proving Keys with manta-signer (no download anymore)

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

### Removed
Expand Down
24 changes: 12 additions & 12 deletions scripts/gen_filepath.sh
Expand Up @@ -10,18 +10,18 @@ then
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'_amd64.AppImage.tar.gz.sig'
elif [ "$1" == "windows" ]
then
echo '::set-output name=IMAGE::msi/MantaSigner_'$3'_x64_en-US.msi'
echo '::set-output name=IMAGE_UPDATE::msi/MantaSigner_'$3'_x64_en-US.msi.zip'
echo '::set-output name=UPDATE_SIG::msi/MantaSigner_'$3'_x64_en-US.msi.zip.sig'
echo '::set-output name=RELEASE_IMAGE::MantaSigner-'$2'_'$3'_x64.msi'
echo '::set-output name=RELEASE_IMAGE_UPDATE::MantaSigner-'$2'_'$3'_x64.msi.zip'
echo '::set-output name=RELEASE_UPDATE_SIG::MantaSigner-'$2'_'$3'_x64.msi.zip.sig'
echo '::set-output name=IMAGE::msi/manta-signer_'$3'_x64_en-US.msi'
echo '::set-output name=IMAGE_UPDATE::msi/manta-signer_'$3'_x64_en-US.msi.zip'
echo '::set-output name=UPDATE_SIG::msi/manta-signer_'$3'_x64_en-US.msi.zip.sig'
echo '::set-output name=RELEASE_IMAGE::manta-signer-'$2'_'$3'_x64.msi'
echo '::set-output name=RELEASE_IMAGE_UPDATE::manta-signer-'$2'_'$3'_x64.msi.zip'
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'_x64.msi.zip.sig'
elif [ "$1" == "macos" ]
then
echo '::set-output name=IMAGE::dmg/MantaSigner_'$3'_x64.dmg'
echo '::set-output name=IMAGE_UPDATE::macos/MantaSigner.app.tar.gz'
echo '::set-output name=UPDATE_SIG::macos/MantaSigner.app.tar.gz.sig'
echo '::set-output name=RELEASE_IMAGE::MantaSigner-'$2'_'$3'_x64.dmg'
echo '::set-output name=RELEASE_IMAGE_UPDATE::MantaSigner-'$2'_'$3'.app.tar.gz'
echo '::set-output name=RELEASE_UPDATE_SIG::MantaSigner-'$2'_'$3'.app.tar.gz.sig'
echo '::set-output name=IMAGE::dmg/manta-signer_'$3'_x64.dmg'
echo '::set-output name=IMAGE_UPDATE::macos/manta-signer.app.tar.gz'
echo '::set-output name=UPDATE_SIG::macos/manta-signer.app.tar.gz.sig'
echo '::set-output name=RELEASE_IMAGE::manta-signer-'$2'_'$3'_x64.dmg'
echo '::set-output name=RELEASE_IMAGE_UPDATE::manta-signer-'$2'_'$3'.app.tar.gz'
echo '::set-output name=RELEASE_UPDATE_SIG::manta-signer-'$2'_'$3'.app.tar.gz.sig'
fi
2 changes: 1 addition & 1 deletion src/config.rs
Expand Up @@ -28,7 +28,7 @@ use std::{
use tokio::fs;

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

/// Pushes the [`PATH_IDENTIFIER`] to the end of the given `path` if it exists, attaching the file
/// `name` afterwards.
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
@@ -1,6 +1,6 @@
{
"name": "manta-signer-ui",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@tauri-apps/api": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "manta-signer-ui"
edition = "2018"
version = "1.0.2"
version = "1.0.3"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions ui/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"package": {
"productName": "MantaSigner",
"version": "1.0.2"
"productName": "manta-signer",
"version": "1.0.3"
},
"build": {
"distDir": "../build",
Expand Down
6 changes: 3 additions & 3 deletions www/src/App.tsx
Expand Up @@ -78,10 +78,10 @@ function App() {
onclick="window.fathom.trackGoal('KUBL03QU', 0);"
href={
os === 'Mac'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-macos-latest_1.0.2-103_x64.dmg'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-macos-latest_1.0.3-103_x64.dmg'
: os === 'Windows'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-windows-2019_1.0.2_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/manta-signer-ubuntu-18.04_1.0.2_amd64.deb'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-windows-2019_1.0.3_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-ubuntu-18.04_1.0.3_amd64.deb'
}
title={
os === 'Mac'
Expand Down

1 comment on commit 3d1a15a

@vercel
Copy link

@vercel vercel bot commented on 3d1a15a Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.