Skip to content

Commit

Permalink
Update release.sh to include a link to the changelog on the release p…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
microstrain-sam authored May 22, 2024
1 parent 48a170d commit 478948e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ popd

# Generate a release notes file
documentation_link="https://lord-microstrain.github.io/mip_sdk_documentation/${release_name}"
changelog_link="https://github.com/LORD-MicroStrain/mip_sdk/blob/${release_name}/CHANGELOG.md"
release_notes_file="${tmp_dir}/mip-sdk-release-notes-${release_name}.md"
echo "## Useful Links" > ${release_notes_file}
echo "* [Changelog](${changelog_link})" >> ${release_notes_file}
echo "* [Documentation](${documentation_link})" >> ${release_notes_file}

# Deploy the artifacts to Github
Expand Down Expand Up @@ -106,4 +108,4 @@ if ! git diff-index --quiet HEAD --; then
else
echo "No changes to commit to documentation"
fi
popd
popd

0 comments on commit 478948e

Please sign in to comment.