Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-rc committed Sep 9, 2022
1 parent cdabd82 commit 306cd92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ console.log("[updateObject] version: " + version);

## Release

When you're ready to release a new version, perform the following steps:

1. Update the version in `default.nix`
2. Update the version in `js/package.json`
3. Update the version in `js/package-lock.json` (run `npm install`)
4. Commit the changes (e.g. `git commit -am "Bump version to 0.0.x"`)

New versions are released and hosted on Github. (https://github.com/gadget-inc/dateilager/releases)

Create a new tag and push it to GitHub, GoReleaser will handle building it.
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildGoModule rec {
pname = "dateilager";
version = "0.2.5";
version = "0.2.6";
src = ./.;
proxyVendor = true; # Fixes: cannot query module due to -mod=vendor running make install
vendorSha256 = "sha256-VWhG9TCjKmKNqfd0z6lESr5hLKq40egelwnSlbmNtJU=";
Expand Down
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/dateilager",
"version": "0.2.5",
"version": "0.2.6",
"homepage": "https://github.com/gadget-inc/dateilager",
"bugs": "https://github.com/gadget-inc/dateilager/issues",
"repository": {
Expand Down

0 comments on commit 306cd92

Please sign in to comment.