Skip to content

Commit

Permalink
Merge pull request #440 from JordanMartinez/development
Browse files Browse the repository at this point in the history
Make next major release: ps-0.13.x-v0.24.0
  • Loading branch information
JordanMartinez committed Mar 2, 2020
2 parents 03bdcbf + f3aa227 commit 89f496d
Show file tree
Hide file tree
Showing 12 changed files with 6,188 additions and 3,254 deletions.
6 changes: 6 additions & 0 deletions .procedures/Updating-Spago.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Steps to follow for upgrading Spago a new release:
1. Use Atom's Project "Find and Replace All" search to replace all references of prior release version with next one (e.g. `spago@0.13.0` -> `spago@0.14.0`)
2. Update the version reference in the `Getting Started/Install Guide.md` file
3. Update the mindmap file in `Build Tools/assets/CLI-Options--Spago.mm` to account for any changes in the CLI
4. Regenerate the SVG file using the mindmap file
3. Commit the changes and push to the `development` branch.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
# ^ Update NPM

install:
- npm i -g purescript@0.13.6 spago@0.13.0
- npm i -g purescript@0.13.6 spago@0.14.0
# ^ Use NPM to install most packages
- chmod +x .travis/spago--print-versions.sh
- ./.travis/spago--print-versions.sh
Expand Down
4 changes: 2 additions & 2 deletions 00-Getting-Started/02-Install-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Unlike the manual install, `nvm` properly handles the npm prefix for you. So, yo

Once you have installed `npm`, we can use it to install everything in one command:
```bash
npm i -g purescript@0.13.6 spago@0.13.0 parcel
npm i -g purescript@0.13.6 spago@0.14.0 parcel
```

### Versions Used in this Project

The following commands should now work (the versions beside them are the versions I used when writing this project):
```bash
purs --version # 0.13.6
spago version # 0.13.0
spago version # 0.14.0
parcel --version # 1.12.0
```

Expand Down
4 changes: 4 additions & 0 deletions 02-Build-Tools/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ The below image summarizes the current state:

Spago dropped support for `psc-package` commands in the `v0.11.0` release. `psc-package` is still usable and is more or less feature-complete. However, no further work on it will likely be done. Rather, Spago has become the main dependency manager when utilizing package-sets.

### Phase 5: The `bower` package registry no longer accepts new uploads

See [The `bower` registry is no longer accepting package submissions](https://discourse.purescript.org/t/the-bower-registry-is-no-longer-accepting-package-submissions/1103/) for more context.

## Overview of Tools

| Name | Type/Usage | Comments | URL |
Expand Down

0 comments on commit 89f496d

Please sign in to comment.