GithubHelp home page GithubHelp logo

bulbs-cms-2's Introduction

Bulbs CMS

Note: update table of contents with ./scripts/update-readme-toc

Development

Local

Running

To run this project locally, based on mocked out data:

$ ./scripts/dev-setup
$ ./scripts/dev-start

Tests

To run tests:

$ ./scripts/test-js

Linting

To run the linter:

$ ./scripts/lint

Running all code checks

To do all code integrity checks, as Travis and the release process will:

$ ./scripts/check-code-integrity

Test build

To check that your changes build cleanly before you do a release:

$ ./scripts/build

Fetching changes from bulbs-cms

This repo should be following the changes in bulbs-cms/relocated-cms until that branch is deleted.

To merge in changes from that branch, first, add the original bulbs-cms repo as a fetch-only remote:

$ git remote add old-bulbs-cms [email protected]:theonion/bulbs-cms.git
$ git remote set-url --push old-bulbs-cms no_push

Verify that your remote urls to old-bulbs-cms are correct:

$ git remote -v
old-bulbs-cms	[email protected]:theonion/bulbs-cms.git (fetch)
old-bulbs-cms	no_push (push)
origin	[email protected]:theonion/bulbs-cms-2.git (fetch)
origin	[email protected]:theonion/bulbs-cms-2.git (push)

Now, to merge in changes from old-bulbs-cms/master into a new branch:

$ git checkout -b <YOUR_BRANCH_NAME>
$ git fetch old-bulbs-cms
$ git merge old-bulbs-cms/master

Resolve any differences, then commit without a message (just use the default message provided):

$ git commit

Then push to your branch:

$ git push

Creating a new release

To create a new release: stop any running build scripts and ensure you're on the master branch, then:

$ ./scripts/tag-and-release <versioning-type>

where versioning-type is one of major, minor, or patch. See semver for an explanation of what each of these types of versionings mean.

This will build, version up, and push the dist to a tag identified by the new version.

Create a 'temp' release

To create a tag not associated with any particular version run:

$ ./scripts/tag-and-release temp

This will build and push the dist to a tag identified by temp-<last commit hash>-<current branch name>.

Use this in situations where you need to point someone else to a distribution for some analysis or testing.

bulbs-cms-2's People

Contributors

camsom avatar mikewnuk avatar kand avatar melizzap avatar collin avatar mparent61 avatar shaqq avatar michaelbutkovic avatar csinchok avatar

Watchers

James Cloos avatar Starbuck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.