feat: local release workflow (signing + version sync); track updates.json; add .env.example
This commit is contained in:
		
					parent
					
						
							
								9d5a3e4224
							
						
					
				
			
			
				commit
				
					
						1c1f51a8b9
					
				
			
		
					 8 changed files with 158 additions and 3 deletions
				
			
		
							
								
								
									
										12
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -8,7 +8,15 @@
 | 
			
		|||
    "build": "web-ext build -o -a dist",
 | 
			
		||||
    "lint": "echo 'Add ESLint config to enable' && exit 0",
 | 
			
		||||
    "format": "echo 'Add Prettier config to enable' && exit 0",
 | 
			
		||||
    "test": "echo 'No tests yet' && exit 0"
 | 
			
		||||
    "test": "echo 'No tests yet' && exit 0",
 | 
			
		||||
    "lint:fx": "web-ext lint --source-dir .",
 | 
			
		||||
    "build:dev": "web-ext build -o -a dist",
 | 
			
		||||
    "release:prepare:patch": "npm version patch && node scripts/sync-version.js",
 | 
			
		||||
    "release:prepare:minor": "npm version minor && node scripts/sync-version.js",
 | 
			
		||||
    "release:prepare:major": "npm version major && node scripts/sync-version.js",
 | 
			
		||||
    "release:sign": "node scripts/release-sign.js"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "web-ext": "^8.3.0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue