Skip to content

Commit

Permalink
chore(Docs): Update release doc to include waiting for Travis CI buil…
Browse files Browse the repository at this point in the history
…ds to complete (#423)
  • Loading branch information
monroepe authored Nov 14, 2023
1 parent 39a2c45 commit 71bc040
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ which tells TravisCI to generate the build artifacts and publish them to the Git

2. Run release script: `npm run release`. This will create a new commit and push to master.

3. Create wiki zipfile (PDFs of the wiki pages)
3. Wait for all Travis CI builds to complete. Once finished, it will create the draft release and attach installers.

4. Create wiki zipfile (PDFs of the wiki pages)

1. Clone the wiki repo: `git clone https://github.com/bullhorn/dataloader.wiki.git`

2. Download conversion utilities: `npm install`

3. Create wiki.zip file: `npm start`

4. Update GitHub Release
5. Update GitHub Release

1. Copy the generated release notes for the latest version from `CHANGELOG.md`.

Expand All @@ -40,4 +42,4 @@ which tells TravisCI to generate the build artifacts and publish them to the Git

3. In the "Attach Binaries" section of the release page, attach the wiki package file: `wiki.zip`

5. Post a slack message in `#dataloader-community` that the new release is available with the release notes.
6. Post a slack message in `#dataloader-community` that the new release is available with the release notes.

0 comments on commit 71bc040

Please sign in to comment.