Skip to content

Releases: pipelinit/pipelinit-cli

Pipelinit v0.4.0

05 Jan 14:03
Compare
Choose a tag to compare

🏡 Chore

📝 Documentation

🚀 Features

🐛 Bug Fixes

Full Changelog: v0.3.0...v0.4.0

Pipelinit v0.3.0

17 Dec 20:13
Compare
Choose a tag to compare

📝 Documentation

🚀 Features

🔬 Test

New Contributors

Full Changelog: v0.2.2...v0.3.0

Pipelinit v0.2.2

16 Nov 18:31
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v0.2.1...v0.2.2

Pipelinit v0.2.1

12 Nov 19:15
Compare
Choose a tag to compare

🏡 Chore

🔁 Continuous Integration

🐛 Bug Fixes

  • Support unknown Python package manager by @oesgalha in #86
  • Fix javascript lint template and python dependencies search by @joao10lima in #89

Full Changelog: v0.2.0...v0.2.1

Pipelinit v0.2.0

18 Oct 19:50
Compare
Choose a tag to compare

🏡 Chore

📝 Documentation

🚀 Features

🐛 Bug Fixes

🔬 Test

New Contributors

Full Changelog: v0.1.0...v0.2.0

Pipelinit v0.1.0

23 Sep 13:08
Compare
Choose a tag to compare

🏡 Chore

📝 Documentation

  • updates the CONTRIBUTING.md (4a1e8da)
  • updates the CONTRIBUTING.md (f44500d)

🚀 Features

  • creates a new release workflow (b67f7f5)

🐛 Bug Fixes

  • adjust html stack vue identification (59b4f8d)
  • Checks if the project has a declared test command defined (144f6dd)
  • embed yaml templates (efe7076)

💅 Refactor

v0.1.0-rc.4

13 Sep 13:55
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

🏡 Chore

📝 Documentation

🚀 Features

  • add docker stack (1c8c5a6)
  • complement javascript stack (45371e7)
  • complement python stack (243b960)
  • complement stacks following GitHub starters CI (262e4be)

🐛 Bug Fixes

  • update example readme text (5230fc0)

v0.1.0-brew: docs: update README

09 Sep 00:34
Compare
Choose a tag to compare
Pre-release

🏡 Chore

  • add test dependencies to core (f1e0b05)
  • bump version (c590cca)
  • delete bundled js after building (0e12c3d)
  • package and publish core at npm (c7e8bbf)

📝 Documentation

🚀 Features

💅 Refactor

  • change test dependencies import (e16f5df)
  • define FileEntry type (633bc81)
  • extract context definition to core (9428e48)
  • extract read text file calls (b1c474d)
  • move type definitions to core (470e2e8)
  • move VERSION to core (6c9dbd2)
  • remove duplicate definitions (dd3d964)
  • separate project in core and cli (02b86ad)

v0.1.0-rc.3

30 Aug 18:52
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

🏡 Chore

🚀 Features

  • add header to generated files (1c99e93)
  • improve detection feedback (34563a1)
  • update CI platform prompt (39ed3e6)
  • use configured platforms (fa21d91)

🐛 Bug Fixes

  • use correct name for jobs (f81016c)

💅 Refactor

  • extract write calls from platform plugin (24846e0)

🔬 Test

  • add test for github plugin (037c20c)

v0.1.0-rc.2

26 Aug 18:02
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

🏡 Chore

📝 Documentation

🚀 Features

  • add --no-default-stage flag (1d31b27)
  • add CSS stack (64ddeba)
  • add default tools for css stack (2fde644)
  • add default tools for js stack (b4ee009)
  • add template for JS format for GHA (9ec326d)
  • don't forward empty templates (7adaa98)
  • introspect js code formatter (5293754)
  • log introspected data in debug mode (babacd4)
  • remove prompt from js stack plugin (53cdfd0), closes #11
  • remove prompt from python stack (edd8197), closes #11
  • remove prompt helper from context (3764221), closes #11
  • remove stack custom config (a23605f), closes #11

🐛 Bug Fixes

  • remove incorrect warning (be03625)
  • update js lint GitHub template (4ec30b4)

💅 Refactor