Skip to content

Commit

Permalink
Updating the contributing guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Feb 29, 2024
1 parent 346d917 commit c19a539
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@ You can see a list of all past releases on the {url-project}/releases[releases p

Releasing the UI bundle consists of the following tasks:

. Package the UI bundle.
. Create a GitHub release, using the next version number in the sequence.
. Attach the UI bundle to that release as an asset in zip format.
. Merge the PR including your UI changes (this makes no changes to the live UI)
. Package the UI bundle (using `gulp bundle` on your local)
. Create a GitHub release:
** Go to https://github.com/hazelcast/hazelcast-docs-ui/releases, and click “Draft a new release”.
** Click “Choose a tag” and type the next version number in the sequence to the “Find or create new tag” field.
** Into the “Release title” field, type the change in a couple of words.
** In the big “Describe the release” box, follow the content from the previous release, editing the "What's Changed" text and the versions in the "Full Changelog" line.
** Locate the “Attach binaries by dropping them here or selecting them.” further down the screen and click on it, to attach your ui-bundle.zip from your local UI branch.
** Make sure “Set as the latest release” is checked.
** Do “Publish release”

To make it live:

. Go to https://github.com/hazelcast/hazelcast-docs/actions/workflows/publish-to-production.yml
. Click the “Run workflow” combo-boxy button, somewhere under the “Actor” column heading, and then click the green “Run workflow” button.


0 comments on commit c19a539

Please sign in to comment.