Skip to content

displaykit/bump-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@displaykit/bump-release

Add a better description here

How to add a new language?

  • Add a new file to the resolvers map src/resolvers/index.js

My language has a different kind of package file extension, what can I do?

  • You can add the new extension inside src/infra/resolverBase/readFileBy.js
    • The output must be a JSON with a key version

Releases

To run a release, just made one of the comments in a PR

JavaScript

/release/minor javascript-ex ./examples/javascript-ex javascript

## Short version based in .bump-release.json
/release/minor javascript-ex

Dart

/release/minor dart-ex ./examples/dart-ex dart

## Short version based in .bump-release.json
/release/minor dart-ex

Roadmap

  • Add GitHub comments to invite to check the release tag created
  • Add GitHub releases support
    • Try to promote an existing tag to a release
  • Create GitHub App and abstraction to get tokens from it "agnostically"
  • Add more languages
  • Add more tests
  • Add more documentation

About

🚀 It's a bumper package to allow you to manage version of your software easily

Resources

Stars

Watchers

Forks

Packages

No packages published