Skip to content

Commit

Permalink
Merge pull request #141 from svalinn/extra_release_details
Browse files Browse the repository at this point in the history
Adding release details
  • Loading branch information
gonuke authored Oct 13, 2022
2 parents 4c34468 + 6b94cfb commit 1da8c0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ Create a new ```elif``` entry in the ```Environment Variables``` stage of the ym
Add an entry for the new Cubit version in the ```scripts/unix_share_build.sh``` file

- [unix build sh](https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218)

Add new links in the table at the top of the README.md to contain a link to the new plugin files (tgz or zip files). These files won't exist at this stage but the links can be anticipated in advance (see existing links for the URL pattern).

Create a pull request to the develop branch with these changes to the .github/workflows CI yml files and README.md

Wait for the CI to run tests on the new code and the pull requested to be approved

Once the pull request is merged into develop then create a release from the develop branch, this will launch more CI that builds the plugins for various systems and versions. The links added to the README.md should now allow the newly build plugin to be downloaded.

0 comments on commit 1da8c0c

Please sign in to comment.