release-please-demo

By andrewmcodes

Release-please-demo Alternatives

Similar projects and alternatives to release-please-demo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better release-please-demo alternative or higher similarity.

release-please-demo reviews and mentions

Posts with mentions or reviews of release-please-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-19.
  • Automating Ruby Gem Releases with GitHub Actions
    2 projects | dev.to | 19 Feb 2021
    # frozen_string_literal: true require_relative "lib/release/please/demo/version" Gem::Specification.new do |spec| spec.name = "release-please-demo" spec.version = Release::Please::Demo::VERSION spec.authors = ["Andrew Mason"] spec.email = ["[email protected]"] spec.summary = "Demo of release-please." spec.description = "A demo gem showing how to use release-please to automatically version gems." spec.homepage = "https://github.com/andrewmcodes/release-please-demo" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0") spec.metadata = { "bug_tracker_uri" => "#{spec.homepage}/issues", "changelog_uri" => "#{spec.homepage}/blob/main/CHANGELOG.md", "documentation_uri" => spec.homepage.to_s, "homepage_uri" => spec.homepage.to_s, "source_code_uri" => spec.homepage.to_s } spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end

Stats

Basic release-please-demo repo stats
1
2
0.0
about 3 years ago

andrewmcodes/release-please-demo is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of release-please-demo is Ruby.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com