Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jul 18, 2022
1 parent 4996d2b commit 6efde7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
version: 2.59.0
version: 2.60.0
6 changes: 3 additions & 3 deletions script/publish
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash

# Publish gem
bundle exec rake release

# Update version info in data
version=$(ruby ./lib/view_component/version.rb)
echo "version: $version" >> docs/_data/library.yml

# Publish gem
bundle exec rake release

# Publish updated docs
git branch -D gh-pages
git checkout -b gh-pages main
Expand Down

0 comments on commit 6efde7b

Please sign in to comment.