Skip to content

Releases: AndreJorgeLopes/devflow

devflow v0.5.0

16 Jun 15:13

Choose a tag to compare

What's New

Features

  • feat(skills): add /devflow:verify-first verification-discipline skill (#45)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.4.0

15 Jun 15:39

Choose a tag to compare

What's New

Features

  • feat(flows): flow-separated marketplace + per-skill optional-deps (#43)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.3.1

15 Jun 08:51

Choose a tag to compare

What's New

Fixes

  • fix(release): chore/docs-only ranges yield none (revert #38 patch floor) (#42)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.3.0

11 Jun 11:30

Choose a tag to compare

What's New

Features

  • feat(review): teammate-voice comments, Comment block in chat output, drop afaict (#41)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.2.3

10 Jun 10:56

Choose a tag to compare

What's New

Fixes

  • fix(release): use first non-empty line as commit subject in parser (#40)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.2.2

10 Jun 10:51

Choose a tag to compare

What's New

Fixes

  • fix(release): honor skip-release marker only in subject/trailer, not prose (#39)

Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.2.1

30 May 00:47

Choose a tag to compare

What's New


Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.

devflow v0.2.0

30 May 00:17

Choose a tag to compare

What's New


Install / Update

Quick install:

curl -fsSL https://raw.githubusercontent.com/AndreJorgeLopes/devflow/main/install.sh | bash

Homebrew:

brew upgrade devflow

From source:

git pull && make install

Then run: devflow init to update hooks and config.