Compare commits

...

10 Commits

Author SHA1 Message Date
9d41c2d53d 🚀New package version 0.0.6 [CI SKIP] 2021-04-07 17:13:02 +00:00
a18c5d5598 Back to appleboy for push
All checks were successful
continuous-integration/drone Build is passing
2021-04-07 19:12:15 +02:00
be482ff6f1 Added upstream
Some checks failed
continuous-integration/drone Build is failing
2021-04-07 18:48:21 +02:00
103f9eb436 Added manual push
Some checks failed
continuous-integration/drone Build is failing
2021-04-07 18:47:39 +02:00
6d5bcf2802 Removed pushes
All checks were successful
continuous-integration/drone Build is passing
2021-04-07 18:47:16 +02:00
4a419d2862 Revert "Pushing manually again"
This reverts commit b5553936b0854b9073aaa44afd5233d0784cb72b.
2021-04-07 18:46:46 +02:00
b5553936b0 Pushing manually again
ref #1
2021-04-07 18:44:21 +02:00
3f7d33af91 🚀New package version 0.0.5 [CI SKIP] 2021-04-07 16:35:09 +00:00
03a9810f48 Merge branch 'main' of git.odit.services:lfk/scanclient-electron into main
All checks were successful
continuous-integration/drone Build is passing
# Conflicts:
#	.drone.yml
2021-04-07 18:33:07 +02:00
fed8eb939b Now explicitly pushing tags
ref #1
2021-04-07 18:32:48 +02:00
2 changed files with 4 additions and 11 deletions

View File

@ -61,24 +61,17 @@ steps:
commands: commands:
- git add . - git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG} - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}"
- name: push commit to repo - name: push to repo
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings:
branch: main
commit: false commit: false
author_email: bot@odit.services author_email: bot@odit.services
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
- name: push tag to repo
image: appleboy/drone-git-push
settings:
followtags: true followtags: true
remote: git@git.odit.services:lfk/scanclient-electron.git remote: git@git.odit.services:lfk/scanclient-electron.git
skip_verify: true
ssh_key: ssh_key:
from_secret: git_ssh from_secret: git_ssh
trigger: trigger:
event: event:
exclude: exclude:

View File

@ -1,6 +1,6 @@
{ {
"name": "@lfk/scanclient-electron", "name": "@lfk/scanclient-electron",
"version": "0.0.4", "version": "0.0.6",
"description": "minimal electron application", "description": "minimal electron application",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {