File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,3 +85,27 @@ Building the plugin
8585===================
8686
8787Building the plugin from source is also [ possible] ( README_dev.md ) but only recommended for developers.
88+
89+
90+ Updating the repository for new Cubit releases
91+ ==============================================
92+
93+ Add the Cubit new version number to the following three lists:
94+
95+ - [ Linux yml file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/unix_linux.yml#L35 )
96+
97+ - [ Mac yml file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/unix_mac.yml#L37 )
98+
99+ - [ Windows file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/windows.yml#L38 )
100+
101+ Create a new ``` elif ``` entry in the ``` Environment Variables ``` stage of the yml files. Set the BASE variable equal to the full URL (with the hash) of the new Cubit release.
102+
103+ - [ Linux yml file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/unix_linux.yml#L75-L92 )
104+
105+ - [ Mac yml file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/unix_mac.yml#L49-L66 )
106+
107+ - [ Windows file] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/.github/workflows/windows.yml#L53-L67 )
108+
109+ Add an entry for the new Cubit version in the ``` scripts/unix_share_build.sh ``` file
110+
111+ - [ unix build sh] ( https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218 )
You can’t perform that action at this time.
0 commit comments