Skip to content

Commit 75b80c8

Browse files
committed
added details on new release
1 parent 453a290 commit 75b80c8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,23 @@ 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)

0 commit comments

Comments
 (0)