Skip to content

Commit

Permalink
chore(version): v3.0→v0.5 & publish instructions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored May 26, 2022
1 parent 17cfd7c commit 856d8ac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2022-25-11: Simpler CLI API, Fixes, Updates, Cleanup
## [0.5.0] - 2022-25-11: Simpler CLI API, Fixes, Updates, Cleanup

### Added

Expand All @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- chore(gitignore): remove outdated file

## [2.0.0] - 2022-05-11: Return Some CMS Styles, Many New Patterns
## [0.4.0] - 2022-05-11: Return Some CMS Styles, Many New Patterns

### Added

Expand Down Expand Up @@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- chore(gh-149): remove deleted id selector (#7)

## [1.0.0] - 2022-04-06: Initial Release
## [0.3.0] - 2022-04-06: Initial Release

### Added

Expand Down Expand Up @@ -103,9 +103,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial working code. (This code may not work on all environments.)

[unreleased]: https://github.com/TACC/Core-Styles/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v3.0.0
[2.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.0.0
[1.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v1.0.0
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.5.0
[0.4.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.4.0
[0.3.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.3.0
[0.2.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.2.0
[0.1.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.1.0
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ We use a modifed version of [GitFlow](https://datasift.github.io/gitflow/Introdu
Sign your commits ([see this link](https://help.github.com/en/github/authenticating-to-github/managing-commit-signature-verification) for help)
### Publishing Workflow
1. Create new branch for version bump.
1. Update `CHANGELOG.md`.
1. Update version in `package.json`.
1. Run `npm i --package-lock-only` to update version in `package-lock.json`.
1. Commit, push, PR, review, merge.
1. Create new GitHub Release.
### Resources
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tacc/core-styles",
"version": "3.0.0",
"version": "0.5.0",
"license": "MIT",
"author": "TACC ACI WMA <wma-portals@gmail.com>",
"description": "CSS source and processor for TACC Core-CMS and Core-Portal.",
Expand Down

0 comments on commit 856d8ac

Please sign in to comment.