Skip to content

Commit

Permalink
Merge pull request #249 from ably/footer-fixes
Browse files Browse the repository at this point in the history
Design fixes for footer
  • Loading branch information
artismarti authored Jan 10, 2023
2 parents d4f166e + cde33a7 commit f46c92c
Show file tree
Hide file tree
Showing 17 changed files with 325 additions and 356 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (8.7.0.dev.4de588d)
ably-ui (8.7.0.dev.c29ac14)
view_component (>= 2.33, < 2.50)

GEM
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,14 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
scripts/pre-release.sh
```

This will do a couple of things:
This script is a combination of two scripts:

— update your local dependencies for ably-ui and run a production build
— release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
1. Pre-Release:

- update your local dependencies for ably-ui and run a production build
- release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit

2. Update Pre-Release Version:

- update the preview app
- commit all the above and push to origin
Expand Down
129 changes: 0 additions & 129 deletions cypress/integration/core/flash/__snapshots__/snapshot.js.snap

This file was deleted.

Loading

0 comments on commit f46c92c

Please sign in to comment.