Skip to content

Commit 6b93b9e

Browse files
authored
Merge pull request #136 from shimwell/adding_new_cubit_release_details
added details on new release
2 parents 453a290 + 314f7c8 commit 6b93b9e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,27 @@ Building the plugin
8585
===================
8686

8787
Building 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)

0 commit comments

Comments
 (0)