mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Rename master branch to release (#1976)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci-docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ name: CI for docker images | |||||||
| # Only run when docker paths change | # Only run when docker paths change | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: [dev, beta, master] |     branches: [dev, beta, release] | ||||||
|     paths: |     paths: | ||||||
|       - 'docker/**' |       - 'docker/**' | ||||||
|       - '.github/workflows/**' |       - '.github/workflows/**' | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -6,7 +6,7 @@ on: | |||||||
|   push: |   push: | ||||||
|     # On dev branch release-dev already performs CI checks |     # On dev branch release-dev already performs CI checks | ||||||
|     # On other branches the `pull_request` trigger will be used |     # On other branches the `pull_request` trigger will be used | ||||||
|     branches: [beta, master] |     branches: [beta, release] | ||||||
|  |  | ||||||
|   pull_request: |   pull_request: | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -307,4 +307,4 @@ jobs: | |||||||
|             -X POST \ |             -X POST \ | ||||||
|             -H "Accept: application/vnd.github.v3+json" \ |             -H "Accept: application/vnd.github.v3+json" \ | ||||||
|             https://api.github.com/repos/esphome/hassio/actions/workflows/bump-version.yml/dispatches \ |             https://api.github.com/repos/esphome/hassio/actions/workflows/bump-version.yml/dispatches \ | ||||||
|             -d "{\"ref\":\"master\",\"inputs\":{\"version\":\"$TAG\"}}" |             -d "{\"ref\":\"main\",\"inputs\":{\"version\":\"$TAG\"}}" | ||||||
|   | |||||||
| @@ -23,5 +23,5 @@ repos: | |||||||
|       - id: no-commit-to-branch |       - id: no-commit-to-branch | ||||||
|         args: |         args: | ||||||
|           - --branch=dev |           - --branch=dev | ||||||
|           - --branch=master |           - --branch=release | ||||||
|           - --branch=beta |           - --branch=beta | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| # ESPHome [](https://travis-ci.org/esphome/esphome) [](https://discord.gg/KhAMKrd) [](https://GitHub.com/esphome/esphome/releases/) | # ESPHome [](https://discord.gg/KhAMKrd) [](https://GitHub.com/esphome/esphome/releases/) | ||||||
|  |  | ||||||
| [](https://esphome.io/) | [](https://esphome.io/) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -77,7 +77,7 @@ PLATFORMIO_ESP8266_LUT = { | |||||||
|     #    recommended version as otherwise a bunch of devices could be bricked |     #    recommended version as otherwise a bunch of devices could be bricked | ||||||
|     #  * The docker images need to be updated to ship the new recommended version, in order not |     #  * The docker images need to be updated to ship the new recommended version, in order not | ||||||
|     #    to DDoS platformio servers. |     #    to DDoS platformio servers. | ||||||
|     #    Update this file: https://github.com/esphome/esphome-docker-base/blob/master/platformio.ini |     #    Update this file: https://github.com/esphome/esphome-docker-base/blob/main/platformio.ini | ||||||
|     "RECOMMENDED": ARDUINO_VERSION_ESP8266["2.7.4"], |     "RECOMMENDED": ARDUINO_VERSION_ESP8266["2.7.4"], | ||||||
|     "LATEST": "espressif8266", |     "LATEST": "espressif8266", | ||||||
|     "DEV": ARDUINO_VERSION_ESP8266["dev"], |     "DEV": ARDUINO_VERSION_ESP8266["dev"], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user