An open API service indexing awesome lists of open source software.

https://github.com/daggerok/github-action-release-example

Release apps with github-actions
https://github.com/daggerok/github-action-release-example

action-automatic-releases github-action github-actions release release-automation releases

Last synced: 8 months ago
JSON representation

Release apps with github-actions

Awesome Lists containing this project

README

          

# github-action-release-example [![tests](https://github.com/daggerok/github-action-release-example/actions/workflows/tests.yml/badge.svg)](https://github.com/daggerok/github-action-release-example/actions/workflows/tests.yml) [![pre-release](https://github.com/daggerok/github-action-release-example/actions/workflows/pre-release.yml/badge.svg)](https://github.com/daggerok/github-action-release-example/actions/workflows/pre-release.yml)
Release apps with github-actions

## on master push re-tag each `master` build and publish `latest` pre-release

## on any vX.Y.Z tag publish associated release

```bash
git tag v0.0.1
git push --tags
```

## RTFM
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.6.5/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.5/maven-plugin/reference/html/#build-image)
* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.3.17/spring-framework-reference/languages.html#coroutines)
* [Spring Reactive Web](https://docs.spring.io/spring-boot/docs/2.6.5/reference/htmlsingle/#web.reactive)
* [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/2.6.5/reference/htmlsingle/#production-ready)
* [Thymeleaf](https://docs.spring.io/spring-boot/docs/2.6.5/reference/htmlsingle/#boot-features-spring-mvc-template-engines)
* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/)
* [Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)
* [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)