Skip to content

Commit

Permalink
37.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haywoood committed Sep 13, 2021
1 parent 494d1c4 commit db036f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,17 @@ Check the [pr](https://github.com/elastic/eui/pull/3481) and the [issue](https:/

Steps are currently:

### Generate a candidate -SNAPSHOT release
- Update the version of EUI in the `package.json` file
- Run `make generate` from the root of the project
- Update the EUI version in `src/deps.cljs` so projects using this will install the correct version we're using
- Run `make generate` from the root of the project
- Commit and submit a pull request
- Run `make release` to deploy the -SNAPSHOT version
- Test to verify all is okay

### Promote to actual version
- Remove -SNAPSHOT from `release.edn`
- Run `make release`

### Deploy to Clojars

Expand Down
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:group-id "co.elastic",
:artifact-id "eui-cljs",
:scm-url "https://github.com/elastic/eui-cljs",
:version "37.7.0-SNAPSHOT"}
:version "37.7.0"}

0 comments on commit db036f0

Please sign in to comment.