All Projects β†’ frankjuniorr β†’ github-create-release-action

frankjuniorr / github-create-release-action

Licence: Apache-2.0 license
Github Action that create Github Release automatically

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
HCL
1544 projects

Projects that are alternatives of or similar to github-create-release-action

Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+8853.57%)
Mutual labels:  deployment, cicd, github-actions
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps πŸ“± using Github Actions πŸ’Š + Firebase Distribution πŸŽ‰
Stars: ✭ 37 (+32.14%)
Mutual labels:  continuous-integration, cicd, github-actions
actions-publish-gh-pages
🍣 A GitHub Action to publish static website using GitHub Pages
Stars: ✭ 12 (-57.14%)
Mutual labels:  deployment, publishing, github-actions
Cml
♾️ CML - Continuous Machine Learning | CI/CD for ML
Stars: ✭ 2,843 (+10053.57%)
Mutual labels:  continuous-integration, cicd, github-actions
github-env-vars-action
πŸš€ GitHub Action for Environment Variables
Stars: ✭ 129 (+360.71%)
Mutual labels:  deployment, cicd, github-actions
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-7.14%)
Mutual labels:  deployment, continuous-integration
deployer-php-action
Deploy PHP projects using Deployer from Github Actions
Stars: ✭ 57 (+103.57%)
Mutual labels:  deployment, cicd
prettier
πŸ”¨ Native, blazingly-fast Prettier CLI on Github Actions
Stars: ✭ 19 (-32.14%)
Mutual labels:  continuous-integration, github-actions
link-snitch
GitHub Action to scan your site for broken links so you can fix them πŸ”—
Stars: ✭ 50 (+78.57%)
Mutual labels:  continuous-integration, github-actions
changelog-generator
GitHub Action to generate changelogs, release notes, whatever
Stars: ✭ 95 (+239.29%)
Mutual labels:  cicd, github-actions
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+85.71%)
Mutual labels:  continuous-integration, github-actions
xray-action
... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Stars: ✭ 16 (-42.86%)
Mutual labels:  continuous-integration, github-actions
setup-unity
GitHub Action to download and install Unity on Ubuntu, macOS or Windows. Based on Unity Hub
Stars: ✭ 26 (-7.14%)
Mutual labels:  continuous-integration, github-actions
fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (-50%)
Mutual labels:  deployment, continuous-integration
hasura-action
GitHub Action wrapping the Hasura CLI
Stars: ✭ 39 (+39.29%)
Mutual labels:  continuous-integration, github-actions
create-release-action
| Public | GitHub Action to Create a Release in Octopus Deploy
Stars: ✭ 68 (+142.86%)
Mutual labels:  deployment, github-actions
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions β€ŽοΈβ€πŸ”₯
Stars: ✭ 20 (-28.57%)
Mutual labels:  cicd, github-actions
httptest
A simple concurrent HTTP testing tool
Stars: ✭ 42 (+50%)
Mutual labels:  cicd, github-actions
cicdstatemgr
Utility for managing CICD state, sending notifications, and mediating Slack interactive messages & slash commands across multiple flows of execution in CICD platforms such as Tekton.
Stars: ✭ 25 (-10.71%)
Mutual labels:  continuous-integration, cicd
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+25%)
Mutual labels:  cicd, github-actions

Github Create Release Action

Actions Status GitHub release

GitHub Action to create GitHub Release automatically.

ubuntu_install

Example Usage

workflow "Deploy Release" {
  on = "push"
  resolves = [" Github Create Release"]
}

action "Filters for Master branch" {
  uses = "actions/bin/filter@master"
  args = "branch master"
}

action " Github Create Release" {
  uses = "frankjuniorr/github-create-release-action@master
  needs = ["Filters for Master branch"]
  secrets = ["GITHUB_TOKEN"]
}

In this case above, the Action only triggered if branch was master

Environment Variables

Optional, but if you pass the env var VERSION, the action will create a git tag with this value. Same thing with the var DESCRIPTION, if you pass, the release will be created with this description, otherwise, the release' description will be a last commit

License

    Copyright 2019 Frank Junior
    ----------------------------------------------------------------------------
    "THE BEERWARE LICENSE" (Revision 42):
    <[email protected]> wrote this file. As long as you retain this notice you
    can do whatever you want with this stuff. If we meet some day, and you think
    this stuff is worth it, you can buy me a beer in return Frank Junior.
    ----------------------------------------------------------------------------

Beerware_logo

Copyright 2019 Frank Junior

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].