foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Release manager for npm, bower, component, PyPI, git tags, and any command you want

Results 6 foundry issues
Sort by recently updated
recently updated
newest added

Sometimes a command might exit without properly calling back with an error or naively call `process.exit`. We should handle these scenarios by adding exit handlers (e.g. `process.on('exit'`)) outputting a `foundry-resume.json`.

As in the grand vision (#14), we shoud add commands to automatically increment the semver. ``` foundry release minor # 0.1.0 -> 0.2.0 ```

enhancement

I would like to make shell completion automatically installed via a `postinstall` script. The goal is to have something that is expected to work nicely with `commander-completion`. It should have...

enhancement

We have CLI completion working in bash and Linux. I don't believe zsh is working and we should try out OSX. Also, it would be nice to smooth out the...

enhancement

**Depends on #8** Currently, we cannot customize the release message on a per release basis. However, for things like CHANGELOGs, it makes sense to allow someone to enter what the...

enhancement

`foundry` was written at a time when I was significantly more prolific and active in publishing tools and releases. Now that I'm on the less actively engaged side of things,...