Skip to content

Releases: pshaddel/conventional-branch

0.1.3

28 May 17:44
Compare
Choose a tag to compare
  • 583815a fix: branch max length should be based on config

0.1.2

28 May 17:27
Compare
Choose a tag to compare
  • 458aabe fix: 🐛 if one of selector options has a space it should not break - we replace it with a dash.
  • 00a0c83 docs: 📝 Add new feature Selector Field to docs: format: {MyType[A,B,C]}/JIRA-{Ticket}
  • 6b9fba0 feat: ✨ add selector field to format branch

0.1.1

27 Jun 13:04
Compare
Choose a tag to compare
  • ce05325 feat: ✨ handle default forced parent branch

0.1.0

26 Feb 20:11
Compare
Choose a tag to compare
  • f401960 Release 0.1.0 Better documentation
  • cfc7d2d fix missing comma in package.json that was failing the pipeline
  • 4fe73f6 add test to default values of type
  • 46601b2 docs: 📝 improve documentation and change default values
  • 525da1b Update README.md
  • cb3f999 Update README.md
  • c57af7a Update README.md
  • 0a6039f change package lock json

0.0.9

23 Feb 23:28
Compare
Choose a tag to compare
  • c918d4f Add a GIF - move Usage document to the top
  • 42f3808 Update README.md
  • 3185d7c fix: 🐛 publish to OPEN_VSX only if there is a new version
  • aea0f15 feat: ✨ publish the extension also on the OPEN-VSX registry
  • 36ae4ad Make README icon 65%
  • caa4ee5 Make Conventional Commit Icon in ReadMe 50% width

0.0.8

22 Feb 23:06
Compare
Choose a tag to compare

0.0.7

21 Feb 21:47
Compare
Choose a tag to compare
  • 5de7a45 add permission for creating release
  • 6253ee3 use correct version
  • a2c9aeb default branch is main
  • 46298df the default branch is main
  • a0b5ac0 test if auto-release works
  • 72c744c check if tests are passing on macos
  • 6da5a7c test multi step job on ci cd
  • d41f938 Add more categories to the vscode extension
  • 2d4591f check linting on pull requests to master
  • bf710cb add v to the version
  • 8187ac8 use versions instead of latest
  • 014d8a0 remove branches
  • d5ef733 remove the whole pull request
  • a66b733 remove the second pull request from lint
  • 26cb6fd check if lint works without pull request event
  • 324dc1c fix pull request event on lint.yml
  • d2cecf8 fix: 🐛 fix linting events on lint.yml
  • d31eaa9 build: 👷 add linting to the ci pipeline
  • 5ee8341 fix: 🐛 create branch based on configurations
  • 80a0054 add icon-title to readme
  • a5ea47d fix: 🚑 fix branch creation
  • b443641 feat: ✨ use git extension for creating a new branch
  • aa03a40 add new logo fix npm i command
  • 4ae8790 install packages before publishing the package
  • 5586373 fix prepublish command
  • 253b8a1 run prepublish
  • c7018d0 add activationEvents to prevent github action failing
  • ed2f3df increase the version
  • 48d78ff Add Automatic deploy to CICD
  • 43ed034 fix: 🐛 handle escape key properly
  • b245c83 Use Git Command
  • f5b4c08 add publisher name to the extension
  • 82b3729 docs: 📝 add more document to the extension
  • 10987b8 feat: ✨ Initiate the repository of conventional branch vscode extension
  • b9e1f9b Initial commit