Compare commits
	
		
			10 Commits
		
	
	
		
			d04bfe9faf
			...
			0.0.6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9d41c2d53d | |||
| a18c5d5598 | |||
| be482ff6f1 | |||
| 103f9eb436 | |||
| 6d5bcf2802 | |||
| 4a419d2862 | |||
| b5553936b0 | |||
| 3f7d33af91 | |||
| 03a9810f48 | |||
| fed8eb939b | 
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -61,24 +61,17 @@ steps: | ||||
|     commands: | ||||
|       - git add . | ||||
|       - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" | ||||
|       - git tag ${SOURCE_TAG} | ||||
|   - name: push commit to repo | ||||
|       - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}" | ||||
|   - name: push to repo | ||||
|     image: appleboy/drone-git-push | ||||
|     settings: | ||||
|       branch: main | ||||
|       commit: false | ||||
|       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 | ||||
|       remote: git@git.odit.services:lfk/scanclient-electron.git | ||||
|       skip_verify: true | ||||
|       ssh_key: | ||||
|         from_secret: git_ssh | ||||
|  | ||||
| trigger: | ||||
|   event: | ||||
|     exclude: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
| 	"name": "@lfk/scanclient-electron", | ||||
| 	"version": "0.0.4", | ||||
| 	"version": "0.0.6", | ||||
| 	"description": "minimal electron application", | ||||
| 	"main": "main.js", | ||||
| 	"scripts": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user