Giter VIP home page Giter VIP logo

java-semantic-release's Introduction

java-semantic-release (maven)

This example uses github workflow with semantic-release plugins to automatize the maven library release in github:

  1. Plugin semantic-release/commit-analyzer: Parses commit messages and determines if new release should made base on AngularJS message format.
  2. Plugin semantic-release/release-notes-generator: Generates the new CHANGELOG.md based on the result of step 1
  3. Plugin semantic-release/exec: Executes prepare-release.sh
    1. Parse git tag version to get java library version. Example: tag v1.0.0 > 1.0.0
    2. Set new library version in pom.xml based on ${nextRelease.version} executing mvn versions:set
    3. Build new library version mvn package
    4. Copy library to release folder
  4. Plugin semantic-release/git: Commit new pom.xml and changelog with comment [skip ci] in order to be skipped by gh workflow
  5. Plugin semantic-release/git: Upload assets to GitHub releases and comment on issues

java-semantic-release's People

Contributors

embesozzi avatar semantic-release-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

java-semantic-release's Issues

npm install -g <dependencies> taking too long

Hey dude, how are you doing? :)

Thanks for the repo, it helped me a lot!

Just one question: did you get in trouble about the time npm install -g take to execute?
In my pipeline is taking more than 10 minutes.

I've tried to use caching, from setup-node action, but it requires a hash file (package-lock.json in this case).
For real, I've tried to include a package-lock.json file with all these dependencies on it in the root of the repo, but it didn't work..

Do you have an idea how to proceed?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.