Skip to content

Commit

Permalink
Update to Bridgetown 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Mar 3, 2024
1 parent 12978f0 commit a7f9e59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ No releases yet, there's still too much room for improvements. However, you can

## Development

Install [Ruby](https://www.ruby-lang.org) and [Dashing](https://github.com/technosophos/dashing#readme), then...
Install [Ruby](https://www.ruby-lang.org), then...

```bash
# Install tools
brew install dashing

# Set tag
TAG=$(cat tag.txt)

Expand All @@ -18,9 +21,9 @@ cd source
git checkout tags/$TAG -b branch-$TAG

# Relax Ruby version
echo "ruby-3.2" >bridgetown-website/.ruby-version
echo "ruby-3.3" >bridgetown-website/.ruby-version

# Direnv
# Direnv (if used)
echo "use ruby" >bridgetown-website/.envrc

# Build website
Expand Down
2 changes: 1 addition & 1 deletion tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.2

0 comments on commit a7f9e59

Please sign in to comment.