update-release | Github release smartly , with a freshly built asset | Continous Integration library

 by   johnwbyrd TypeScript Version: v1.0.0 License: No License

kandi X-RAY | update-release Summary

kandi X-RAY | update-release Summary

update-release is a TypeScript library typically used in Devops, Continous Integration applications. update-release has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This Github action allows you, and anyone you choose, to easily get access to files created as part of your continuous integration on Github runners. If you use Github to build digital assets such as zip files or executables, this action makes accessing your build products easy for everyone involved with your project. Github has a very walled-garden, hands-on philosophy about what a "release" should be. According to Github, a release must be tagged by a human; release artifacts must be built by a human; and then specific binary assets must be uploaded by a human into that release. This update-release action breaks down those expectations. Any branch, tag, or indeed any Github checkin at all, can now be continuously integrated via Github runners, with its build products continuously accessible to you, your team, or the world, via Github releases. With this action, Github runners can build, test, and package artifacts on any Github ref, branch, or tag. This action continuously creates and updates the necessary Github tags and releases with these artifacts. This update-release action makes sane choices all the way along this process, but it lets you override those choices easily. Every time a Github runner builds your source code, update-release creates or updates a Github release for your assets, and then uploads the freshly built assets into your release. Existing releases are reused, and existing assets with the same names are replaced. Because this action is written in TypeScript and executes in node.js, it runs on all Github's supported build runner platforms. These include Windows, MacOS, and Ubuntu as of this writing.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              update-release has a low active ecosystem.
              It has 7 star(s) with 6 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 0 have been closed. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of update-release is v1.0.0

            kandi-Quality Quality

              update-release has no bugs reported.

            kandi-Security Security

              update-release has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              update-release does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              update-release releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of update-release
            Get all kandi verified functions for this library.

            update-release Key Features

            No Key Features are available at this moment for update-release.

            update-release Examples and Code Snippets

            No Code Snippets are available at this moment for update-release.

            Community Discussions

            QUESTION

            Update azure devops release pipeline: Tasks with versions 'Deploy Plataform 3:1.*' are not valid for deploy job 'Run on agent'
            Asked 2019-May-27 at 13:19

            I'm using Azure DevOps Services REST API 5.0 to update a pipeline release.

            I have a release with a stage DEV that have two tasks in a 'Run on agent' job:

            • Deploy plataform 1
            • Deploy plataform 2

            I want to add a new task 'Deploy plataform 3' using the update method from the Azure DevOps Services REST API.

            But when I try to UPDATE have the error:
            Tasks with versions 'Deploy Plataform 3:1.*' are not valid for deploy job 'Run on agent' in stage DEV.

            I get the release definition using the url: https://vsrm.dev.azure.com/organizationname/projectname/_apis/release/definitions/5?api-version=5.0

            I add a new task in the object environments[0].deployPhases[0].workflowTasks.

            Workflowtasks object with my new task:

            ...

            ANSWER

            Answered 2019-May-27 at 13:19

            I found the problem.
            The new WorkflowTask I add has a field taskId that I was trying to generate. But this taskId field corresponds to the azure pipeline task type I want to use. In my case, I need to set the azure function app task id, 501dd25d-1785-43e4-b4e5-a5c78ccc0573.

            The documentation for WorkflowTask is not complete, we only have: TaskId: string

            Source https://stackoverflow.com/questions/56261427

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install update-release

            Insert the following into the appropriate step in your .github/workflows/*.yml file:.
            The ${{ secrets.GITHUB_TOKEN }} is valid for exactly an hour from the time your build starts. If your build requires longer than an hour to run, you will need to create your own access token with repo admin access, store it as a secret in your own repository, and reference that secret token in your build:.
            Because no existing Github action implements all of what is needed to do continuous releasing on Github. Github's new actions system permits a user to perform a build on Windows, MacOS, or Ubuntu. Classically, the result of a build is usually a zip file or some other distribution file that developers would like to download and distribute. But getting a file result out of any Github action build process is harder than it ought to be. Sure, you could upload the file to your own server at build completion, but then you'd be ignoring Github's own file distribution and release architecture. You'll have to check for the existence of any release before you create it, and you'll have to check for the existence of any asset already in a release with the same name, and delete it, before you upload the newly built asset. Or, you could just use this Github action, update-release, which does all that in one step. As of this writing, no other continuous integration plugin makes sane choices for all these steps.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/johnwbyrd/update-release.git

          • CLI

            gh repo clone johnwbyrd/update-release

          • sshUrl

            git@github.com:johnwbyrd/update-release.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Continous Integration Libraries

            chinese-poetry

            by chinese-poetry

            act

            by nektos

            volkswagen

            by auchenberg

            phpdotenv

            by vlucas

            watchman

            by facebook

            Try Top Libraries by johnwbyrd

            superpawn

            by johnwbyrdC++

            vanilla-mailman

            by johnwbyrdPerl

            winsparkle

            by johnwbyrdC++

            docker-hdhomerun-nas

            by johnwbyrdShell

            first-they-came-for

            by johnwbyrdPython