Skip to content

Commit

Permalink
Update siteConfig.js with the new build number
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 16, 2018
1 parent e94c174 commit f6d4161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build/datestamp_release_notes.pl $VERSION release-notes.md > release-notes.md.ne
mv release-notes.md.new release-notes.md

# update the versions in the package.json files
build/set_package_versions.pl $VERSION src/JBrowse/package.json package.json
build/set_package_versions.pl $VERSION src/JBrowse/package.json package.json website/siteConfig.js

# commit the release notes and package.jsons
git commit -m "release $VERSION" release-notes.md src/JBrowse/package.json package.json website/siteConfig.js
Expand Down

0 comments on commit f6d4161

Please sign in to comment.