Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

v0.9.4 #617

Merged
merged 60 commits into from
Sep 5, 2017
Merged

v0.9.4 #617

merged 60 commits into from
Sep 5, 2017

Conversation

markbates
Copy link
Member

No description provided.

paganotoni and others added 30 commits August 9, 2017 19:43
"go get" fetches and installs the specified package according to the
documentation:

    Get downloads the packages named by the import paths, along with their
    dependencies. It then installs the named packages, like 'go install'.

Testing this myself on go1.8.3 and go1.9rc2 having an older version of
buffalo binary install, then running:

    go get -u github.com/gobuffalo/buffalo/...

Shows the binary is also updated successfully when checking the version.
paganotoni and others added 19 commits August 23, 2017 10:26
Changes yarn command from yarn --no-progress install to yarn install
--no-progress". Otherwisei, yarn get confused (because it does not
identifies the command) and throws the following:

```bash
--> yarn --no-progress install
error `install` has been replaced with `add` to add new dependencies.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation
about this command.
```

Tested on yarn 0.27.5
If the UseCommand is provided, execute it instead of the name.
Enables plugins to determine if they are running as a buffalo plugin
@markbates markbates added the s: in progress Someone is working on this label Sep 4, 2017
@markbates markbates added this to the 0.9.4 milestone Sep 4, 2017
@markbates markbates self-assigned this Sep 4, 2017
@markbates markbates merged commit 11300a9 into master Sep 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s: in progress Someone is working on this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants