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
- Host: GitHub
- URL: https://github.com/daggerok/github-action-release-example
- Owner: daggerok
- License: mit
- Created: 2022-03-28T23:45:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T01:05:37.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:45:20.373Z (9 months ago)
- Topics: action-automatic-releases, github-action, github-actions, release, release-automation, releases
- Language: Kotlin
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# github-action-release-example [](https://github.com/daggerok/github-action-release-example/actions/workflows/tests.yml) [](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/)