mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Version v0.10.14
This commit is contained in:
parent
9a10984e84
commit
af78721568
2
ElectronClient/app/package-lock.json
generated
2
ElectronClient/app/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Joplin",
|
||||
"version": "0.10.5",
|
||||
"version": "0.10.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Joplin",
|
||||
"version": "0.10.10",
|
||||
"version": "0.10.14",
|
||||
"description": "Joplin for Desktop",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
10
ElectronClient/release_version.sh
Normal file
10
ElectronClient/release_version.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
APP_DIR="$ROOT_DIR/app"
|
||||
|
||||
cd "$APP_DIR"
|
||||
VERSION="$(npm version patch)"
|
||||
git add -A
|
||||
git commit -m "Version $VERSION"
|
||||
git tag $VERSION
|
||||
git push && git push --tags
|
Loading…
Reference in New Issue
Block a user