1. foundry-release-git
git release library for foundry
foundry-release-git
Package: foundry-release-git
Created by: twolfson
Last modified: Wed, 29 Jun 2022 05:01:06 GMT
Version: 2.1.2
License: Unlicense
Downloads: 107
Repository: https://github.com/twolfson/foundry-release-git

Install

npm install foundry-release-git
yarn add foundry-release-git

foundry-release-git Build status

git release library for foundry

This command creates reference commits and git tag's for foundry, a modular release management library.

Documentation

This library was build to match the foundry release specification and is written on top of foundry-release-base. Documentation can be found at:

https://github.com/twolfson/foundry-release-spec

https://github.com/twolfson/foundry-release-base

Actions

  • On commit, we will:
    1. Save staged changes via git commit with foundry release's message (e.g. Release 1.0.0)
    2. Create a git tag with the version (e.g. 1.0.0)
  • On publish, we will push the branch and its tags (i.e. git push, git push --tags)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via grunt and test via npm test.

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

Unlicense

As of Feb 03 2014, Todd Wolfson has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code